ICU-950 Converted UTF-8 to escape sequences.
X-SVN-Rev: 4614
This commit is contained in:
parent
ccef999c42
commit
258e01f843
@ -1,4 +1,3 @@
|
||||
|
||||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2001, International Business Machines
|
||||
@ -9,12 +8,12 @@
|
||||
en_BW {
|
||||
Version { "x0.1" }
|
||||
///* Discarding duplicate data for tag: AmPmMarkers */
|
||||
CurrencyElements {
|
||||
CurrencyElements {
|
||||
"Pu",
|
||||
"BWP ",
|
||||
"BWP",
|
||||
".",
|
||||
}
|
||||
DateTimePatterns {
|
||||
DateTimePatterns {
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
@ -24,9 +23,8 @@ en_BW {
|
||||
"MMM dd,yy",
|
||||
"dd/MM/yy",
|
||||
"{1} {0}",
|
||||
|
||||
}
|
||||
NumberElements {
|
||||
NumberElements {
|
||||
".",
|
||||
",",
|
||||
";",
|
||||
@ -35,14 +33,13 @@ en_BW {
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"‰",
|
||||
"∞",
|
||||
"<EFBFBD>",
|
||||
"\u2030",
|
||||
"\u221e",
|
||||
"\ufffd",
|
||||
}
|
||||
NumberPatterns {
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"¤#,##0.00;-¤#,##0.00",
|
||||
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
||||
"#,##0%",
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2001, International Business Machines
|
||||
@ -9,12 +8,12 @@
|
||||
en_BW {
|
||||
Version { "x0.1" }
|
||||
///* Discarding duplicate data for tag: AmPmMarkers */
|
||||
CurrencyElements {
|
||||
CurrencyElements {
|
||||
"Pu",
|
||||
"BWP ",
|
||||
"BWP",
|
||||
".",
|
||||
}
|
||||
DateTimePatterns {
|
||||
DateTimePatterns {
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
@ -24,9 +23,8 @@ en_BW {
|
||||
"MMM dd,yy",
|
||||
"dd/MM/yy",
|
||||
"{1} {0}",
|
||||
|
||||
}
|
||||
NumberElements {
|
||||
NumberElements {
|
||||
".",
|
||||
",",
|
||||
";",
|
||||
@ -35,14 +33,13 @@ en_BW {
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"‰",
|
||||
"∞",
|
||||
"<EFBFBD>",
|
||||
"\u2030",
|
||||
"\u221e",
|
||||
"\ufffd",
|
||||
}
|
||||
NumberPatterns {
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"¤#,##0.00;-¤#,##0.00",
|
||||
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
||||
"#,##0%",
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user