ICU-11979 Fix max char size for iso-2022-kr in icu4c

X-SVN-Rev: 38086
This commit is contained in:
Michael Ow 2015-11-17 23:08:52 +00:00
parent e4126a0fb6
commit a47a3679ac
2 changed files with 2 additions and 2 deletions

View File

@ -3893,7 +3893,7 @@ static const UConverterStaticData _ISO2022KRStaticData={
UCNV_IBM,
UCNV_ISO_2022,
1,
3, /* max 3 bytes per UChar: SO+DBCS */
8, /* max 8 bytes per UChar */
{ 0x1a, 0, 0, 0 },
1,
FALSE,

View File

@ -2898,7 +2898,7 @@ static void TestLMBCSMaxChar(void) {
{ 4, "HZ"},
{ 3, "ISO-2022"},
{ 3, "ISO-2022-KR"},
{ 8, "ISO-2022-KR"},
{ 6, "ISO-2022-JP"},
{ 8, "ISO-2022-CN"},