Sha256: bf317d5750251e5862045746c79eefe2f0b8e5a88ad6069fda3fb99580d0261c

Contents?: true

Size: 1.65 KB

Versions: 3

Compression:

Stored size: 1.65 KB

Contents

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<ldml>
	<!-- This is a special purpose locale so that a user can request the C or POSIX
		 style formatting. This does not include grouping separators in numbers, nor
		 unusual characters for infinity or NaN. Some people have known this to be the
		 invariant locale, which is different from the root locale.

		 This locale should not be modified to create some sort of custom collation to
		 represent a specific codepage. Many users complained when the C locale was
		 being used, and multi-level UCA collation was expected.
	-->
	<identity>
		<version number="$Revision: 4123 $"/>
		<generation date="$Date: 2009-05-05 19:06:42 -0400 (Tue, 05 May 2009) $"/>
		<language type="en"/>
		<territory type="US"/>
		<variant type="POSIX"/>
	</identity>
	<numbers>
		<symbols>
			<perMille>0/00</perMille>
			<infinity>INF</infinity>
		</symbols>
		<decimalFormats>
			<decimalFormatLength>
				<decimalFormat>
					<pattern>#0.######</pattern>
				</decimalFormat>
			</decimalFormatLength>
		</decimalFormats>
		<scientificFormats>
			<scientificFormatLength>
				<scientificFormat>
					<pattern>0.000000E+000</pattern>
				</scientificFormat>
			</scientificFormatLength>
		</scientificFormats>
		<percentFormats>
			<percentFormatLength>
				<percentFormat>
					<pattern>#0%</pattern>
				</percentFormat>
			</percentFormatLength>
		</percentFormats>
		<currencyFormats>
			<currencyFormatLength>
				<currencyFormat>
					<pattern>¤ #0.00</pattern>
				</currencyFormat>
			</currencyFormatLength>
		</currencyFormats>
	</numbers>
</ldml>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
i18n-0.3.6.pre vendor/cldr/common/main/en_US_POSIX.xml
i18n-0.3.5 vendor/cldr/common/main/en_US_POSIX.xml
i18n-0.3.4 vendor/cldr/common/main/en_US_POSIX.xml