Warning, /webapps/ocs-webserver/library/Zend/Locale/Data/en_US_POSIX.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
0003 <!-- Copyright © 1991-2013 Unicode, Inc.
0004 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
0005 For terms of use, see http://www.unicode.org/copyright.html
0006 -->
0007 <ldml>
0008         <!-- This is a special purpose locale so that a user can request the C or POSIX
0009                  style formatting. This does not include grouping separators in numbers, nor
0010                  unusual characters for infinity or NaN. Some people have known this to be the
0011                  invariant locale, which is different from the root locale.
0012                  This locale should not be modified to create some sort of custom collation to
0013                  represent a specific codepage. Many users complained when the C locale was
0014                  being used, and multi-level UCA collation was expected.
0015         -->
0016         <identity>
0017                 <version number="$Revision: 9287 $"/>
0018                 <generation date="$Date: 2013-08-28 21:32:04 -0500 (Wed, 28 Aug 2013) $"/>
0019                 <language type="en"/>
0020                 <territory type="US"/>
0021                 <variant type="POSIX"/>
0022         </identity>
0023         <numbers>
0024                 <symbols numberSystem="latn">
0025                         <perMille>0/00</perMille>
0026                         <infinity>INF</infinity>
0027                 </symbols>
0028                 <decimalFormats numberSystem="latn">
0029                         <decimalFormatLength>
0030                                 <decimalFormat>
0031                                         <pattern>#0.######</pattern>
0032                                 </decimalFormat>
0033                         </decimalFormatLength>
0034                 </decimalFormats>
0035                 <scientificFormats numberSystem="latn">
0036                         <scientificFormatLength>
0037                                 <scientificFormat>
0038                                         <pattern>0.000000E+000</pattern>
0039                                 </scientificFormat>
0040                         </scientificFormatLength>
0041                 </scientificFormats>
0042                 <percentFormats numberSystem="latn">
0043                         <percentFormatLength>
0044                                 <percentFormat>
0045                                         <pattern>#0%</pattern>
0046                                 </percentFormat>
0047                         </percentFormatLength>
0048                 </percentFormats>
0049                 <currencyFormats numberSystem="latn">
0050                         <currencyFormatLength>
0051                                 <currencyFormat type="standard">
0052                                         <pattern>¤ #0.00</pattern>
0053                                 </currencyFormat>
0054                         </currencyFormatLength>
0055                 </currencyFormats>
0056         </numbers>
0057 </ldml>
0058