From 90f75fcbf04ce8adbfdf8b3c8e682f3e37cecf48 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Mon, 29 Mar 2010 18:21:58 +0000 Subject: [PATCH] ICU-7543 Update LCID Posix mapping for zh. X-SVN-Rev: 27877 --- icu4c/source/common/locmap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icu4c/source/common/locmap.c b/icu4c/source/common/locmap.c index a11c538ee9b..0dece005bc8 100644 --- a/icu4c/source/common/locmap.c +++ b/icu4c/source/common/locmap.c @@ -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"} };