Use unlocalized symbols the localized numberPatterns

X-SVN-Rev: 15739
This commit is contained in:
George Rhoten 2004-06-05 00:46:48 +00:00
parent a12842ac57
commit fbaf9c8c3a

View file

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