ICU-2119 add ja yen ideogram, th baht long name

X-SVN-Rev: 11584
This commit is contained in:
Alan Liu 2003-04-18 16:13:45 +00:00
parent 711de2113a
commit be0a7c7d1e
2 changed files with 5 additions and 1 deletions

View file

@ -2447,4 +2447,8 @@ ja {
" 1,000,000,000,000: <<\u5146[>>];\n"
" 10,000,000,000,000,000: =#,##0=;"
}
Currencies {
JPY { "\uFFE5", "\u5186" } // Yen: JAPAN (JP)
}
}

View file

@ -622,6 +622,6 @@ th {
// Currency display names
Currencies {
THB { "\u0E3F", "THB" }
THB { "\u0E3F", "\u0E1A\u0E32\u0E17" }
}
}