mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2119 cleanup Currencies
X-SVN-Rev: 11577
This commit is contained in:
parent
b5fc181059
commit
9d3d03db38
3 changed files with 1 additions and 11 deletions
|
@ -311,7 +311,7 @@ hi {
|
|||
"E",
|
||||
"\u2030",
|
||||
"\u221E",
|
||||
"\uFFFD"
|
||||
"\uFFFD",
|
||||
".",
|
||||
}
|
||||
|
||||
|
|
|
@ -2447,9 +2447,4 @@ ja {
|
|||
" 1,000,000,000,000: <<\u5146[>>];\n"
|
||||
" 10,000,000,000,000,000: =#,##0=;"
|
||||
}
|
||||
|
||||
// Currency display names
|
||||
Currencies {
|
||||
JPY { "\uFFE5", "JPY" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2681,9 +2681,4 @@ ko {
|
|||
"\uD774\uD77C-\uD77D\uD781\uD788-\uD789\uD78C\uD790\uD798-\uD799"
|
||||
"\uD79B\uD79D]"
|
||||
}
|
||||
|
||||
// Currency display names
|
||||
Currencies {
|
||||
KRW { "\u20A9", "KRW" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue