ICU-950 Converted UTF-8 to escape sequences.

X-SVN-Rev: 4614
This commit is contained in:
George Rhoten 2001-05-05 00:53:01 +00:00
parent ccef999c42
commit 258e01f843
2 changed files with 18 additions and 24 deletions

View File

@ -1,4 +1,3 @@

// *******************************************************************************
// *
// * Copyright (C) 1997-2001, International Business Machines
@ -11,7 +10,7 @@ en_BW {
///* Discarding duplicate data for tag: AmPmMarkers */
CurrencyElements {
"Pu",
"BWP ",
"BWP",
".",
}
DateTimePatterns {
@ -24,7 +23,6 @@ en_BW {
"MMM dd,yy",
"dd/MM/yy",
"{1} {0}",
}
NumberElements {
".",
@ -35,14 +33,13 @@ en_BW {
"#",
"-",
"E",
"",
"",
"<EFBFBD>",
"\u2030",
"\u221e",
"\ufffd",
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"¤#,##0.00;-¤#,##0.00",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
}
}

View File

@ -1,4 +1,3 @@

// *******************************************************************************
// *
// * Copyright (C) 1997-2001, International Business Machines
@ -11,7 +10,7 @@ en_BW {
///* Discarding duplicate data for tag: AmPmMarkers */
CurrencyElements {
"Pu",
"BWP ",
"BWP",
".",
}
DateTimePatterns {
@ -24,7 +23,6 @@ en_BW {
"MMM dd,yy",
"dd/MM/yy",
"{1} {0}",
}
NumberElements {
".",
@ -35,14 +33,13 @@ en_BW {
"#",
"-",
"E",
"",
"",
"<EFBFBD>",
"\u2030",
"\u221e",
"\ufffd",
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"¤#,##0.00;-¤#,##0.00",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
}
}