mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2942 Make some changes based on the code review
X-SVN-Rev: 13703
This commit is contained in:
parent
3a49ed86f9
commit
02c3f249c9
1 changed files with 1 additions and 1 deletions
|
@ -2330,7 +2330,7 @@ static void TestCanonicalization(void)
|
|||
{ "uz-UZ-Cyrl", "uz_Cyrl_UZ", "uz_Cyrl_UZ" }, /* .NET name */
|
||||
{ "uz-UZ-Latn", "uz_Latn_UZ", "uz_Latn_UZ" }, /* .NET name */
|
||||
{ "zh-CHS", "zh_Hans", "zh_Hans" }, /* .NET name */
|
||||
{ "zh-CHT", "zh_Hant", "zh_Hant" }, /* .NET name */
|
||||
{ "zh-CHT", "zh_TW", "zh_TW" }, /* .NET name This may change back to zh_Hant */
|
||||
};
|
||||
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
|
Loading…
Add table
Reference in a new issue