From fbaf9c8c3ad94d1da24c90097ffb031beaa29138 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sat, 5 Jun 2004 00:46:48 +0000 Subject: [PATCH] Use unlocalized symbols the localized numberPatterns X-SVN-Rev: 15739 --- icu4c/source/data/xml/experimental/wal_ET.txt | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/icu4c/source/data/xml/experimental/wal_ET.txt b/icu4c/source/data/xml/experimental/wal_ET.txt index 69cf049d439..e9385f215d4 100644 --- a/icu4c/source/data/xml/experimental/wal_ET.txt +++ b/icu4c/source/data/xml/experimental/wal_ET.txt @@ -9,13 +9,6 @@ wal_ET { Version{ "x0.1" } - NumberPatterns { - "#\u12C8##0.###;-#\u12C8##0.###", - "\u00A4#\u12C8##0.00;-\u00A4#\u12C8##0.00", - "#\u12C8##0%", - "#E0", - } - calendar{ gregorian{ DateTimePatterns{ @@ -31,4 +24,25 @@ wal_ET { } } } + NumberElements { + ".", + "\u12C8", + ";", + "%", + "0", + "#", + "-", + "E", + "\u2030", + "\u221E", + "\uFFFD", + ".", + "+", + } + NumberPatterns { + "#,##0.###;-#,##0.###", + "\u00A4#,##0.00;-\u00A4#,##0.00", + "#,##0%", + "#E0", + } }