ICU-1896 Fix a typo that appeared when adding the experimental locales into the build in exhaustive mode.

X-SVN-Rev: 8715
This commit is contained in:
George Rhoten 2002-05-29 06:33:37 +00:00
parent 31bee02d7f
commit dc5f8ad6d3
2 changed files with 26 additions and 0 deletions

View file

@ -13,4 +13,17 @@ de_LI{
"CHF",
"."
}
NumberElements {
".",
"'",
";",
"%",
"0",
"#",
"-",
"E",
"\u2030",
"\u221E",
"\uFFFD",
}
}

View file

@ -13,6 +13,19 @@ ms_BN{
"BND",
","
}
NumberElements {
",",
".",
";",
"%",
"0",
"#",
"-",
"E",
"\u2030",
"\u221E",
"\uFFFD",
}
// ShortCountry{
// "BRN"
// }