mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5247 Fix unicode escapes in French names.
X-SVN-Rev: 19764
This commit is contained in:
parent
bf0bfd8bf0
commit
88067a2bd1
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ const char* rawData[33][8] = {
|
|||
// display langage (French)
|
||||
{ "anglais", "fran\\u00E7ais", "catalan", "grec", "norv\\u00E9gien", "italien", "xx", "chinois" },
|
||||
// display script (French)
|
||||
{ "", "", "", "", "", "", "", "idéogrammes han (variante simplifiée)" },
|
||||
{ "", "", "", "", "", "", "", "id\\u00E9ogrammes han (variante simplifi\\u00E9e)" },
|
||||
// display country (French)
|
||||
{ "\\u00C9tats-Unis", "France", "Espagne", "Gr\\u00E8ce", "Norv\\u00E8ge", "", "YY", "Chine" },
|
||||
// display variant (French)
|
||||
{ "", "", "", "", "NY", "", "", "" },
|
||||
// display name (French)
|
||||
//{ "anglais (Etats-Unis)", "francais (France)", "catalan (Espagne)", "grec (Grece)", "norvegien (Norvege,Nynorsk)", "italien", "xx (YY)" },
|
||||
{ "anglais (\\u00C9tats-Unis)", "fran\\u00E7ais (France)", "catalan (Espagne)", "grec (Gr\\u00E8ce)", "norv\\u00E9gien (Norv\\u00E8ge, NY)", "italien", "xx (YY)", "chinois (id\u00e9ogrammes han (variante simplifi\u00e9e), Chine)" }, // STILL not right
|
||||
{ "anglais (\\u00C9tats-Unis)", "fran\\u00E7ais (France)", "catalan (Espagne)", "grec (Gr\\u00E8ce)", "norv\\u00E9gien (Norv\\u00E8ge, NY)", "italien", "xx (YY)", "chinois (id\\u00E9ogrammes han (variante simplifi\\u00E9e), Chine)" }, // STILL not right
|
||||
|
||||
|
||||
/* display language (Catalan) */
|
||||
|
|
Loading…
Add table
Reference in a new issue