mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-4714 Fixes for collation
X-SVN-Rev: 18879
This commit is contained in:
parent
0e6f01d15e
commit
ef4d466273
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static const char* rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = {
|
|||
/* ISO-3 country */
|
||||
{ "USA", "FRA", "ESP", "GRC", "NOR", "CHN", "DEU", "", "JPN" },
|
||||
/* LCID */
|
||||
{ "409", "40c", "403", "408", "814", "804", "407", "a", "411" },
|
||||
{ "409", "40c", "403", "408", "814", "804", "10407", "40a", "411" },
|
||||
|
||||
/* display language (English) */
|
||||
{ "English", "French", "Catalan", "Greek", "Norwegian", "Chinese", "German", "Spanish", "Japanese" },
|
||||
|
|
Loading…
Add table
Reference in a new issue