mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1885 use the new swaplfnl converter option for -s390 EBCDIC mapping table variants
X-SVN-Rev: 9880
This commit is contained in:
parent
50972e29db
commit
d4c9beaa73
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue