ICU-950 Converted UTF-8 to escape sequences.

X-SVN-Rev: 4605
This commit is contained in:
George Rhoten 2001-05-04 22:54:31 +00:00
parent 410ad2fd3c
commit f6e455ddbc
2 changed files with 18 additions and 22 deletions

View file

@ -1,19 +1,18 @@

// *******************************************************************************
// *
// * Copyright (C) 1997-2000, International Business Machines
// * Copyright (C) 1997-2001, International Business Machines
// * Corporation and others. All Rights Reserved.
// *
// *******************************************************************************
es_US {
Version { "x0.0" }
CurrencyElements {
CurrencyElements {
"$",
"USD ",
"USD",
".",
}
NumberElements {
NumberElements {
".",
",",
";",
@ -22,14 +21,13 @@ es_US {
"#",
"-",
"E",
"",
"",
"<EFBFBD>",
"\u2030",
"\u221e",
"\ufffd",
}
NumberPatterns {
NumberPatterns {
"#,##0.###;-#,##0.###",
"¤#,##0.00;-¤#,##0.00",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
}
}

View file

@ -1,19 +1,18 @@

// *******************************************************************************
// *
// * Copyright (C) 1997-2000, International Business Machines
// * Copyright (C) 1997-2001, International Business Machines
// * Corporation and others. All Rights Reserved.
// *
// *******************************************************************************
es_US {
Version { "x0.0" }
CurrencyElements {
CurrencyElements {
"$",
"USD ",
"USD",
".",
}
NumberElements {
NumberElements {
".",
",",
";",
@ -22,14 +21,13 @@ es_US {
"#",
"-",
"E",
"",
"",
"<EFBFBD>",
"\u2030",
"\u221e",
"\ufffd",
}
NumberPatterns {
NumberPatterns {
"#,##0.###;-#,##0.###",
"¤#,##0.00;-¤#,##0.00",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
}
}