Update to Unicode 5.2.0.
[gnulib.git] / tests / unictype / test-pr_unified_ideograph.c
index e394751..f9b7e46 100644 (file)
@@ -18,7 +18,7 @@
 #include "test-predicate-part1.h"
 
     { 0x3400, 0x4DB5 },
-    { 0x4E00, 0x9FC3 },
+    { 0x4E00, 0x9FCB },
     { 0xFA0E, 0xFA0F },
     { 0xFA11, 0xFA11 },
     { 0xFA13, 0xFA14 },
@@ -26,7 +26,8 @@
     { 0xFA21, 0xFA21 },
     { 0xFA23, 0xFA24 },
     { 0xFA27, 0xFA29 },
-    { 0x20000, 0x2A6D6 }
+    { 0x20000, 0x2A6D6 },
+    { 0x2A700, 0x2B734 }
 
 #define PREDICATE(c) uc_is_property_unified_ideograph (c)
 #include "test-predicate-part2.h"