657fb7b78a
X-SVN-Rev: 9172
39 lines
947 B
XML
39 lines
947 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:33 2002">Various notes and changes in version 1.0</version>
|
|
</versioning >
|
|
<identity >
|
|
<country id="SE" />
|
|
<correspondsTo vendor="041D">Windows</correspondsTo>
|
|
</identity >
|
|
<calendars>
|
|
<calendar class="gregorian" default="true">
|
|
<am>AM</am><pm>PM</pm>
|
|
</calendar>
|
|
</calendars>
|
|
<numberFormat class="decimal" default="true">
|
|
<patterns>
|
|
<decimal>#,##0.###;-#,##0.###</decimal>
|
|
<percent>#,##0%</percent>
|
|
<scientific>#E0</scientific>
|
|
</patterns>
|
|
</numberFormat>
|
|
<currencies>
|
|
<currency id="SEK" default="true">
|
|
<symbol>kr</symbol>
|
|
<name>SEK</name>
|
|
<decimal>,</decimal>
|
|
</currency>
|
|
</currencies>
|
|
|
|
</localeData>
|