web/lib/Zend/Locale/Data/en_US_POSIX.xml
changeset 1230 68c69c656a2c
parent 207 621fa6caec0c
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
     1 <?xml version="1.0" encoding="UTF-8" ?>
     1 <?xml version="1.0" encoding="UTF-8" ?>
       
     2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
       
     3 <!-- Copyright © 1991-2013 Unicode, Inc.
       
     4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
       
     5 For terms of use, see http://www.unicode.org/copyright.html
       
     6 -->
     2 <ldml>
     7 <ldml>
       
     8 	<!-- This is a special purpose locale so that a user can request the C or POSIX
       
     9 		 style formatting. This does not include grouping separators in numbers, nor
       
    10 		 unusual characters for infinity or NaN. Some people have known this to be the
       
    11 		 invariant locale, which is different from the root locale.
       
    12 		 This locale should not be modified to create some sort of custom collation to
       
    13 		 represent a specific codepage. Many users complained when the C locale was
       
    14 		 being used, and multi-level UCA collation was expected.
       
    15 	-->
     3 	<identity>
    16 	<identity>
     4 		<version number="$Revision: 1.58 $"/>
    17 		<version number="$Revision: 9287 $"/>
     5 		<generation date="$Date: 2009/05/05 23:06:35 $"/>
    18 		<generation date="$Date: 2013-08-28 21:32:04 -0500 (Wed, 28 Aug 2013) $"/>
     6 		<language type="en"/>
    19 		<language type="en"/>
     7 		<territory type="US"/>
    20 		<territory type="US"/>
     8 		<variant type="POSIX"/>
    21 		<variant type="POSIX"/>
     9 	</identity>
    22 	</identity>
    10 	<numbers>
    23 	<numbers>
    11 		<symbols>
    24 		<symbols numberSystem="latn">
    12 			<perMille>0/00</perMille>
    25 			<perMille>0/00</perMille>
    13 			<infinity>INF</infinity>
    26 			<infinity>INF</infinity>
    14 		</symbols>
    27 		</symbols>
    15 		<decimalFormats>
    28 		<decimalFormats numberSystem="latn">
    16 			<decimalFormatLength>
    29 			<decimalFormatLength>
    17 				<decimalFormat>
    30 				<decimalFormat>
    18 					<pattern>#0.######</pattern>
    31 					<pattern>#0.######</pattern>
    19 				</decimalFormat>
    32 				</decimalFormat>
    20 			</decimalFormatLength>
    33 			</decimalFormatLength>
    21 		</decimalFormats>
    34 		</decimalFormats>
    22 		<scientificFormats>
    35 		<scientificFormats numberSystem="latn">
    23 			<scientificFormatLength>
    36 			<scientificFormatLength>
    24 				<scientificFormat>
    37 				<scientificFormat>
    25 					<pattern>0.000000E+000</pattern>
    38 					<pattern>0.000000E+000</pattern>
    26 				</scientificFormat>
    39 				</scientificFormat>
    27 			</scientificFormatLength>
    40 			</scientificFormatLength>
    28 		</scientificFormats>
    41 		</scientificFormats>
    29 		<percentFormats>
    42 		<percentFormats numberSystem="latn">
    30 			<percentFormatLength>
    43 			<percentFormatLength>
    31 				<percentFormat>
    44 				<percentFormat>
    32 					<pattern>#0%</pattern>
    45 					<pattern>#0%</pattern>
    33 				</percentFormat>
    46 				</percentFormat>
    34 			</percentFormatLength>
    47 			</percentFormatLength>
    35 		</percentFormats>
    48 		</percentFormats>
    36 		<currencyFormats>
    49 		<currencyFormats numberSystem="latn">
    37 			<currencyFormatLength>
    50 			<currencyFormatLength>
    38 				<currencyFormat>
    51 				<currencyFormat type="standard">
    39 					<pattern>¤ #0.00</pattern>
    52 					<pattern>¤ #0.00</pattern>
    40 				</currencyFormat>
    53 				</currencyFormat>
    41 			</currencyFormatLength>
    54 			</currencyFormatLength>
    42 		</currencyFormats>
    55 		</currencyFormats>
    43 	</numbers>
    56 	</numbers>
    44 </ldml>
    57 </ldml>
       
    58