mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-7543 Update LCID Posix mapping for zh.
X-SVN-Rev: 27877
This commit is contained in:
parent
4a62fb0ed0
commit
90f75fcbf0
1 changed files with 3 additions and 0 deletions
|
@ -610,8 +610,11 @@ ILCID_POSIX_SUBTABLE(zh) {
|
|||
{0x0404, "zh_TW"},
|
||||
{0x30404,"zh_Hant_TW"}, /* Bopomofo order */
|
||||
{0x30404,"zh_TW"}, /* Bopomofo order */
|
||||
{0x20004,"zh@collation=stroke"},
|
||||
{0x20404,"zh_Hant@collation=stroke"},
|
||||
{0x20404,"zh_Hant_TW@collation=stroke"},
|
||||
{0x20404,"zh_TW@collation=stroke"},
|
||||
{0x20804,"zh_Hans@collation=stroke"},
|
||||
{0x20804,"zh_Hans_CN@collation=stroke"},
|
||||
{0x20804,"zh_CN@collation=stroke"}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue