mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-950 Converted UTF-8 to escape sequences.
X-SVN-Rev: 4605
This commit is contained in:
parent
410ad2fd3c
commit
f6e455ddbc
2 changed files with 18 additions and 22 deletions
|
@ -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%",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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%",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue