From be0a7c7d1edae4878670c106f992a8d8e457d00e Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Fri, 18 Apr 2003 16:13:45 +0000 Subject: [PATCH] ICU-2119 add ja yen ideogram, th baht long name X-SVN-Rev: 11584 --- icu4c/source/data/locales/ja.txt | 4 ++++ icu4c/source/data/locales/th.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/icu4c/source/data/locales/ja.txt b/icu4c/source/data/locales/ja.txt index 4c864d4bbf7..1316fee92a1 100644 --- a/icu4c/source/data/locales/ja.txt +++ b/icu4c/source/data/locales/ja.txt @@ -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) + } } diff --git a/icu4c/source/data/locales/th.txt b/icu4c/source/data/locales/th.txt index de76e0b5154..02504541a98 100644 --- a/icu4c/source/data/locales/th.txt +++ b/icu4c/source/data/locales/th.txt @@ -622,6 +622,6 @@ th { // Currency display names Currencies { - THB { "\u0E3F", "THB" } + THB { "\u0E3F", "\u0E1A\u0E32\u0E17" } } }