ICU-3699 The $ is used by non-US countries too. Data fixed from root.

X-SVN-Rev: 15734
This commit is contained in:
George Rhoten 2004-06-04 22:57:23 +00:00
parent 638c585a53
commit e28b8fda59
4 changed files with 40 additions and 50 deletions

View File

@ -26,6 +26,9 @@ en_HK {
}
}
}
Currencies{
HKD { "$", "Hong Kong Dollar" }
}
// NumberElements {
// ".",
// ",",
@ -45,8 +48,4 @@ en_HK {
"#,##0%",
"#E0",
}
Currencies{
HKD { "$", "Hong Kong Dollar" }
USD { "US$", "USD" } // US Dollar
}
}

View File

@ -8,27 +8,7 @@
// Singapore English locale: Data By Syn Wee Quek
en_SG {
Version { "2.0" }
// ShortCountry { "SIN" } // copied to zh_SG.txt
zoneStrings {
{
"SST",
"Singapore Standard Time",
"SST",
"Singapore Standard Time",
"SST",
"Singapore"
}
}
Currencies{
SGD { "$", "Singapore Dollar" } // 8/9/1965-
USD { "US$", "USD" } // US Dollar
}
calendar{
gregorian{
DateTimePatterns{
@ -44,4 +24,17 @@ en_SG {
}
}
}
Currencies{
SGD { "$", "Singapore Dollar" } // 8/9/1965-
}
zoneStrings {
{
"SST",
"Singapore Standard Time",
"SST",
"Singapore Standard Time",
"SST",
"Singapore"
}
}
}

View File

@ -7,16 +7,6 @@
en_ZW {
Version { "2.0" }
NumberPatterns {
"#,##0.###;-#,##0.###",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
"#E0",
}
Currencies{
ZWD { "Z$", "Zimbabwean Dollar" } // 04/18/1980- Zimbabwean Dollar
USD { "US$", "USD" } // US Dollar
}
calendar{
gregorian{
DateTimePatterns{
@ -32,4 +22,13 @@ en_ZW {
}
}
}
Currencies{
ZWD { "Z$", "Zimbabwean Dollar" } // 04/18/1980- Zimbabwean Dollar
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
"#E0",
}
}

View File

@ -7,21 +7,6 @@
ms_BN{
Version{ "1.0" }
NumberElements {
",",
".",
";",
"%",
"0",
"#",
"-",
"E",
"\u2030",
"\u221E",
"\uFFFD",
",",
"+",
}
calendar{
gregorian{
DateTimePatterns{
@ -39,6 +24,20 @@ ms_BN{
}
Currencies {
BND { "$", "BND" }
USD { "US$", "USD" }
}
NumberElements {
",",
".",
";",
"%",
"0",
"#",
"-",
"E",
"\u2030",
"\u221E",
"\uFFFD",
",",
"+",
}
}