diff --git a/docs/ldml/tr35-numbers.html b/docs/ldml/tr35-numbers.html index 6c0f1093476..ff1355cc97b 100644 --- a/docs/ldml/tr35-numbers.html +++ b/docs/ldml/tr35-numbers.html @@ -2031,14 +2031,14 @@

4 following.

<currencySpacing>
   <beforeCurrency>
-    <currencyMatch>[:letter:]</currencyMatch>
+    <currencyMatch>[:^S:]</currencyMatch>
     <surroundingMatch>[:digit:]</surroundingMatch>
-    <insertBetween>&#x00a0;</insertBetween>
+    <insertBetween> </insertBetween>
   </beforeCurrency>
   <afterCurrency>
-    <currencyMatch>[:letter:]</currencyMatch>
+    <currencyMatch>[:^S:]</currencyMatch>
     <surroundingMatch>[:digit:]</surroundingMatch>
-    <insertBetween>&#x00a0;</insertBetween>
+    <insertBetween> </insertBetween>
   </afterCurrency>
 </currencySpacing>
 
diff --git a/docs/ldml/tr35.html b/docs/ldml/tr35.html index 0e837e1e33b..963eb60bb3c 100644 --- a/docs/ldml/tr35.html +++ b/docs/ldml/tr35.html @@ -102,7 +102,7 @@

Unicode Locale Data Markup Language (LDML)

Date - 2012-03-18 + 2012-03-22 @@ -6360,7 +6360,7 @@

| 'N{' propName '}'
| [[\u0000-\U00010FFFF]-[uxUN]] - error if lengths not exact + error if lengths not exact charName @@ -7118,7 +7118,7 @@

5.7.1Attribute Value C validity/unit/regular deprecated matches only deprecated and regular - + validity/unit/!deprecated matches all but deprecated @@ -9043,8 +9043,8 @@

Numbers (number & currency formatting)

    -
  • no changes -
  • +
  • Section 4 Currencies: Updated + <currencySpacing> example to match current root data.

Part 4: Dates (date, time, time zone formatting)