mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-11979 Fix max char size for iso-2022-kr in icu4c
X-SVN-Rev: 38086
This commit is contained in:
parent
e4126a0fb6
commit
a47a3679ac
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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"},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue