8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
33 lines
838 B
XML
33 lines
838 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
|
<ldml>
|
|
<identity>
|
|
<version number="$Revision: 1.16 $"/>
|
|
<generation date="$Date: 2009/05/05 23:06:41 $"/>
|
|
<language type="ur"/>
|
|
<territory type="IN"/>
|
|
</identity>
|
|
<numbers>
|
|
<decimalFormats>
|
|
<decimalFormatLength>
|
|
<decimalFormat>
|
|
<pattern>#,##,##0.###</pattern>
|
|
</decimalFormat>
|
|
</decimalFormatLength>
|
|
</decimalFormats>
|
|
<percentFormats>
|
|
<percentFormatLength>
|
|
<percentFormat>
|
|
<pattern>#,##,##0%</pattern>
|
|
</percentFormat>
|
|
</percentFormatLength>
|
|
</percentFormats>
|
|
<currencyFormats>
|
|
<currencyFormatLength>
|
|
<currencyFormat>
|
|
<pattern>¤ #,##,##0.00</pattern>
|
|
</currencyFormat>
|
|
</currencyFormatLength>
|
|
</currencyFormats>
|
|
</numbers>
|
|
</ldml>
|