ICU-1885 use the new swaplfnl converter option for -s390 EBCDIC mapping table variants

X-SVN-Rev: 9880
This commit is contained in:
Markus Scherer 2002-09-18 01:38:17 +00:00
parent 50972e29db
commit d4c9beaa73

View file

@ -853,7 +853,7 @@ ucnv_io_getDefaultConverterName() {
name = "US-ASCII";
/* there is no 'algorithmic' converter for EBCDIC */
#elif defined(OS390)
name = "ibm-1047-s390";
name = "ibm-1047" UCNV_SWAP_LFNL_OPTION_STRING;
#else
name = "ibm-37";
#endif