2004-08-20 23:12:31 +00:00
|
|
|
// ***************************************************************************
|
2001-02-14 01:00:30 +00:00
|
|
|
// *
|
2010-02-18 14:30:15 +00:00
|
|
|
// * Copyright (C) 2010 International Business Machines
|
2004-08-20 23:12:31 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
2005-11-30 23:44:06 +00:00
|
|
|
// * Source File:<path>/common/main/en_US_POSIX.xml
|
2001-02-14 01:00:30 +00:00
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2004-11-11 22:48:47 +00:00
|
|
|
/**
|
2009-11-12 21:53:42 +00:00
|
|
|
* ICU <specials> source: <path>/xml/main/en_US_POSIX.xml
|
2004-11-11 22:48:47 +00:00
|
|
|
*/
|
2004-08-20 23:12:31 +00:00
|
|
|
en_US_POSIX{
|
|
|
|
NumberElements{
|
2010-06-04 18:29:02 +00:00
|
|
|
latn{
|
|
|
|
patterns{
|
|
|
|
currencyFormat{"¤ #0.00"}
|
|
|
|
decimalFormat{"#0.######"}
|
|
|
|
percentFormat{"#0%"}
|
|
|
|
scientificFormat{"0.000000E+000"}
|
|
|
|
}
|
|
|
|
symbols{
|
|
|
|
infinity{"INF"}
|
|
|
|
perMille{"0/00"}
|
|
|
|
}
|
|
|
|
}
|
2004-08-20 23:12:31 +00:00
|
|
|
}
|
2010-02-18 14:30:15 +00:00
|
|
|
Version{"2.0.45.82"}
|
2001-02-14 01:00:30 +00:00
|
|
|
}
|