f6e455ddbc
X-SVN-Rev: 4605
34 lines
769 B
Plaintext
34 lines
769 B
Plaintext
// *******************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2001, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// *******************************************************************************
|
|
|
|
es_US {
|
|
Version { "x0.0" }
|
|
CurrencyElements {
|
|
"$",
|
|
"USD",
|
|
".",
|
|
}
|
|
NumberElements {
|
|
".",
|
|
",",
|
|
";",
|
|
"%",
|
|
"0",
|
|
"#",
|
|
"-",
|
|
"E",
|
|
"\u2030",
|
|
"\u221e",
|
|
"\ufffd",
|
|
}
|
|
NumberPatterns {
|
|
"#,##0.###;-#,##0.###",
|
|
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
|
"#,##0%",
|
|
}
|
|
}
|