2004-06-05 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Sat, 5 Jun 2004 17:37:08 +0000 (17:37 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Sat, 5 Jun 2004 17:37:08 +0000 (17:37 -0000)
* en_US.xml : fixed percent pattern.
* en_ZA.xml : fixed NumberDecimalDigits.
* id_ID.xml : fixed CurrencyDecimalDigits.
* ja_JP.xml : added currencySymbol (MS assigns 0x5c).

svn path=/trunk/mono/; revision=28880

tools/locale-builder/supp/ChangeLog
tools/locale-builder/supp/en_US.xml
tools/locale-builder/supp/en_ZA.xml
tools/locale-builder/supp/id_ID.xml
tools/locale-builder/supp/ja.xml

index 35252601d092f370f1f88ac9b00f3e9e6e579bdc..bc232626da117c4631d02252ce7c203ceda0989f 100755 (executable)
@@ -1,3 +1,10 @@
+2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * en_US.xml : fixed percent pattern.
+       * en_ZA.xml : fixed NumberDecimalDigits.
+       * id_ID.xml : fixed CurrencyDecimalDigits.
+       * ja_JP.xml : added currencySymbol (MS assigns 0x5c).
+
 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
 
        * fr_CH.xml : missing updates.
index 94f073a0115392ce7432bafbda46d2666e653c7d..28864d4964e5f0b268f5f2de8018eda0acc60f6f 100644 (file)
@@ -11,7 +11,7 @@
     <percentFormats>
       <percentFormatLength >
         <percentFormat >
-          <pattern>#,##0%</pattern>
+          <pattern>#,##0 %</pattern>
         </percentFormat>
       </percentFormatLength >
     </percentFormats>
index 0d133e798b2396bcdbe5ba3a74dc8d1d2379657d..8d3234e11fc46fb669e2eced7dfd64a64f1f3516 100644 (file)
@@ -24,7 +24,7 @@
     <decimalFormats>
       <decimalFormatLength >
         <decimalFormat >
-          <pattern>#,##0.##;-#,##0.##</pattern>
+          <pattern>#,##0.###;-#,##0.###</pattern>
         </decimalFormat>
       </decimalFormatLength >
     </decimalFormats>
index b8c8e22b6fdc103c3bc789f4852365455e423160..03a91e091c9f41e4ebf8965c774ebe19364755ec 100755 (executable)
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <ldml>
+       <numbers>
+               <currencyFormats>
+                       <currencyFormatLength >
+                               <currencyFormat >
+                                       <pattern>#,##0;-#,##0</pattern>
+                               </currencyFormat>
+                       </currencyFormatLength >
+               </currencyFormats>
+       </numbers>
        <dates>
                <calendars>
                        <calendar type="gregorian">
index 7d1fae5018cdd3c1af4fe63a9b89161595ac5586..7085329300500e37b7c8fb94a6b40b39e3da06f6 100755 (executable)
@@ -7,6 +7,11 @@
 >
 <ldml>
        <numbers>
+               <currencies>
+                       <currency type="JPY">
+                               <symbol>\</symbol>
+                       </currency>
+               </currencies>
                <currencyFormats>
                        <currencyFormatLength >
                                <currencyFormat >