mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2119 add ja yen ideogram, th baht long name
X-SVN-Rev: 11584
This commit is contained in:
parent
711de2113a
commit
be0a7c7d1e
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -622,6 +622,6 @@ th {
|
|||
|
||||
// Currency display names
|
||||
Currencies {
|
||||
THB { "\u0E3F", "THB" }
|
||||
THB { "\u0E3F", "\u0E1A\u0E32\u0E17" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue