ICU-2119 cleanup Currencies

X-SVN-Rev: 11577
This commit is contained in:
Alan Liu 2003-04-17 20:40:45 +00:00
parent b5fc181059
commit 9d3d03db38
3 changed files with 1 additions and 11 deletions

View file

@ -311,7 +311,7 @@ hi {
"E",
"\u2030",
"\u221E",
"\uFFFD"
"\uFFFD",
".",
}

View file

@ -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" }
}
}

View file

@ -2681,9 +2681,4 @@ ko {
"\uD774\uD77C-\uD77D\uD781\uD788-\uD789\uD78C\uD790\uD798-\uD799"
"\uD79B\uD79D]"
}
// Currency display names
Currencies {
KRW { "\u20A9", "KRW" }
}
}