Update to Unicode 6.0.0.
[gnulib.git] / tests / unictype / test-pr_decimal_digit.c
index 6ea5719..e349594 100644 (file)
@@ -38,7 +38,7 @@
     { 0x17E0, 0x17E9 },
     { 0x1810, 0x1819 },
     { 0x1946, 0x194F },
-    { 0x19D0, 0x19DA },
+    { 0x19D0, 0x19D9 },
     { 0x1A80, 0x1A89 },
     { 0x1A90, 0x1A99 },
     { 0x1B50, 0x1B59 },
@@ -53,6 +53,7 @@
     { 0xABF0, 0xABF9 },
     { 0xFF10, 0xFF19 },
     { 0x104A0, 0x104A9 },
+    { 0x11066, 0x1106F },
     { 0x1D7CE, 0x1D7FF }
 
 #define PREDICATE(c) uc_is_property_decimal_digit (c)