35 lines
878 B
XML
35 lines
878 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
||
|
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||
|
|
||
|
<!--
|
||
|
Copyright (C) 2000-2003, International Business Machines
|
||
|
Corporation and others. All Rights Reserved.
|
||
|
-->
|
||
|
|
||
|
<localeData>
|
||
|
<versioning >
|
||
|
<version number="1.0" date="Tue Jun 11 15:06:32 2002">Various notes and changes in version 1.0</version>
|
||
|
</versioning >
|
||
|
<identity >
|
||
|
<country id="SO" />
|
||
|
<correspondsTo vendor="0000">Windows</correspondsTo>
|
||
|
</identity >
|
||
|
<numberFormat class="decimal" default="true">
|
||
|
<patterns>
|
||
|
<decimal>#,##0.###;-#,##0.###</decimal>
|
||
|
<percent>#,##0%</percent>
|
||
|
<scientific>#E0</scientific>
|
||
|
</patterns>
|
||
|
</numberFormat>
|
||
|
<currencies>
|
||
|
<currency id="SOS" default="true">
|
||
|
<symbol>$</symbol>
|
||
|
<name>SOS</name>
|
||
|
<decimal>.</decimal>
|
||
|
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||
|
</currency>
|
||
|
</currencies>
|
||
|
|
||
|
</localeData>
|