summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-30 22:38:55 +0100
committerBruno Haible <bruno@clisp.org>2021-12-30 22:38:55 +0100
commit972be3cee24d6e9b84de7250c5bc7f078ac1a19d (patch)
tree81902adaaf1c5ddb3f5a9a35f3e5260f2097a9c9 /tests
parenta3a579e5c8aa75c63cb6bedead350e349e5e6df4 (diff)
downloadgnulib-972be3cee24d6e9b84de7250c5bc7f078ac1a19d.tar.gz
Update to Unicode 12.1.0.
* lib/gen-uni-tables.c: Update comments. * All generated files under lib/uni* and tests/uni*: Regenerate. * tests/uniname/NameAliases.txt: Update. * tests/uniname/UnicodeData.txt: Update. * tests/uninorm/NormalizationTest.txt: Update. * tests/unigbrk/GraphemeBreakTest.txt: Update. * tests/uniwbrk/WordBreakTest.txt: Update. * All the affected modules: Bump required libunistring version.
Diffstat (limited to 'tests')
-rw-r--r--tests/unicase/test-uc_tolower.c2
-rw-r--r--tests/unicase/test-uc_totitle.c2
-rw-r--r--tests/unicase/test-uc_toupper.c2
-rw-r--r--tests/unictype/test-categ_C.c1
-rw-r--r--tests/unictype/test-categ_Cn.c1
-rw-r--r--tests/unictype/test-categ_S.c3
-rw-r--r--tests/unictype/test-categ_So.c3
-rw-r--r--tests/unictype/test-ctype_graph.c3
-rw-r--r--tests/unictype/test-ctype_print.c3
-rw-r--r--tests/unictype/test-ctype_punct.c3
-rw-r--r--tests/unictype/test-decdigit.h2
-rw-r--r--tests/unictype/test-digit.h2
-rw-r--r--tests/unictype/test-joininggroup_of.h2
-rw-r--r--tests/unictype/test-joiningtype_of.h2
-rw-r--r--tests/unictype/test-numeric.h2
-rw-r--r--tests/unictype/test-pr_composite.c2
-rw-r--r--tests/unictype/test-pr_grapheme_base.c3
-rw-r--r--tests/unictype/test-pr_unassigned_code_value.c1
-rw-r--r--tests/unigbrk/GraphemeBreakTest.txt4
-rw-r--r--tests/uniname/NameAliases.txt6
-rw-r--r--tests/uniname/UnicodeData.txt1
-rw-r--r--tests/uninorm/NormalizationTest.txt5
-rw-r--r--tests/uniwbrk/WordBreakTest.txt4
23 files changed, 26 insertions, 33 deletions
diff --git a/tests/unicase/test-uc_tolower.c b/tests/unicase/test-uc_tolower.c
index 6c7421c47f..01d2298f7b 100644
--- a/tests/unicase/test-uc_tolower.c
+++ b/tests/unicase/test-uc_tolower.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
#include "test-mapping-part1.h"
diff --git a/tests/unicase/test-uc_totitle.c b/tests/unicase/test-uc_totitle.c
index 15b2273ce0..732b6537db 100644
--- a/tests/unicase/test-uc_totitle.c
+++ b/tests/unicase/test-uc_totitle.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
#include "test-mapping-part1.h"
diff --git a/tests/unicase/test-uc_toupper.c b/tests/unicase/test-uc_toupper.c
index e01c5cfedb..41441301a1 100644
--- a/tests/unicase/test-uc_toupper.c
+++ b/tests/unicase/test-uc_toupper.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
#include "test-mapping-part1.h"
diff --git a/tests/unictype/test-categ_C.c b/tests/unictype/test-categ_C.c
index c4b14eb7cd..9c10955193 100644
--- a/tests/unictype/test-categ_C.c
+++ b/tests/unictype/test-categ_C.c
@@ -308,7 +308,6 @@
{ 0x31BB, 0x31BF },
{ 0x31E4, 0x31EF },
{ 0x321F, 0x321F },
- { 0x32FF, 0x32FF },
{ 0x4DB6, 0x4DBF },
{ 0x9FF0, 0x9FFF },
{ 0xA48D, 0xA48F },
diff --git a/tests/unictype/test-categ_Cn.c b/tests/unictype/test-categ_Cn.c
index 0790ab707f..ad7805e99e 100644
--- a/tests/unictype/test-categ_Cn.c
+++ b/tests/unictype/test-categ_Cn.c
@@ -301,7 +301,6 @@
{ 0x31BB, 0x31BF },
{ 0x31E4, 0x31EF },
{ 0x321F, 0x321F },
- { 0x32FF, 0x32FF },
{ 0x4DB6, 0x4DBF },
{ 0x9FF0, 0x9FFF },
{ 0xA48D, 0xA48F },
diff --git a/tests/unictype/test-categ_S.c b/tests/unictype/test-categ_S.c
index 5c82af26fb..12f19753c9 100644
--- a/tests/unictype/test-categ_S.c
+++ b/tests/unictype/test-categ_S.c
@@ -137,8 +137,7 @@
{ 0x3250, 0x3250 },
{ 0x3260, 0x327F },
{ 0x328A, 0x32B0 },
- { 0x32C0, 0x32FE },
- { 0x3300, 0x33FF },
+ { 0x32C0, 0x33FF },
{ 0x4DC0, 0x4DFF },
{ 0xA490, 0xA4C6 },
{ 0xA700, 0xA716 },
diff --git a/tests/unictype/test-categ_So.c b/tests/unictype/test-categ_So.c
index 791f41ecf5..b1c5e56428 100644
--- a/tests/unictype/test-categ_So.c
+++ b/tests/unictype/test-categ_So.c
@@ -116,8 +116,7 @@
{ 0x3250, 0x3250 },
{ 0x3260, 0x327F },
{ 0x328A, 0x32B0 },
- { 0x32C0, 0x32FE },
- { 0x3300, 0x33FF },
+ { 0x32C0, 0x33FF },
{ 0x4DC0, 0x4DFF },
{ 0xA490, 0xA4C6 },
{ 0xA828, 0xA82B },
diff --git a/tests/unictype/test-ctype_graph.c b/tests/unictype/test-ctype_graph.c
index 402bebb299..395befda43 100644
--- a/tests/unictype/test-ctype_graph.c
+++ b/tests/unictype/test-ctype_graph.c
@@ -306,8 +306,7 @@
{ 0x3190, 0x31BA },
{ 0x31C0, 0x31E3 },
{ 0x31F0, 0x321E },
- { 0x3220, 0x32FE },
- { 0x3300, 0x4DB5 },
+ { 0x3220, 0x4DB5 },
{ 0x4DC0, 0x9FEF },
{ 0xA000, 0xA48C },
{ 0xA490, 0xA4C6 },
diff --git a/tests/unictype/test-ctype_print.c b/tests/unictype/test-ctype_print.c
index 2f0dd7a02f..714b0b2b5b 100644
--- a/tests/unictype/test-ctype_print.c
+++ b/tests/unictype/test-ctype_print.c
@@ -303,8 +303,7 @@
{ 0x3190, 0x31BA },
{ 0x31C0, 0x31E3 },
{ 0x31F0, 0x321E },
- { 0x3220, 0x32FE },
- { 0x3300, 0x4DB5 },
+ { 0x3220, 0x4DB5 },
{ 0x4DC0, 0x9FEF },
{ 0xA000, 0xA48C },
{ 0xA490, 0xA4C6 },
diff --git a/tests/unictype/test-ctype_punct.c b/tests/unictype/test-ctype_punct.c
index 8e3cdba328..7c06f0023b 100644
--- a/tests/unictype/test-ctype_punct.c
+++ b/tests/unictype/test-ctype_punct.c
@@ -274,8 +274,7 @@
{ 0x3190, 0x319F },
{ 0x31C0, 0x31E3 },
{ 0x3200, 0x321E },
- { 0x3220, 0x32FE },
- { 0x3300, 0x33FF },
+ { 0x3220, 0x33FF },
{ 0x4DC0, 0x4DFF },
{ 0xA490, 0xA4C6 },
{ 0xA4FE, 0xA4FF },
diff --git a/tests/unictype/test-decdigit.h b/tests/unictype/test-decdigit.h
index b7b17855b0..42d4306224 100644
--- a/tests/unictype/test-decdigit.h
+++ b/tests/unictype/test-decdigit.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Decimal digit values of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
diff --git a/tests/unictype/test-digit.h b/tests/unictype/test-digit.h
index e2c04cd867..fbe23fae37 100644
--- a/tests/unictype/test-digit.h
+++ b/tests/unictype/test-digit.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Digit values of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
diff --git a/tests/unictype/test-joininggroup_of.h b/tests/unictype/test-joininggroup_of.h
index 959fb106aa..f0ae287b60 100644
--- a/tests/unictype/test-joininggroup_of.h
+++ b/tests/unictype/test-joininggroup_of.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Arabic joining group of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
diff --git a/tests/unictype/test-joiningtype_of.h b/tests/unictype/test-joiningtype_of.h
index f2b03691b9..f74041d0f8 100644
--- a/tests/unictype/test-joiningtype_of.h
+++ b/tests/unictype/test-joiningtype_of.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Arabic joining type of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
diff --git a/tests/unictype/test-numeric.h b/tests/unictype/test-numeric.h
index d4a86972ec..9aa693b668 100644
--- a/tests/unictype/test-numeric.h
+++ b/tests/unictype/test-numeric.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Numeric values of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 12.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
diff --git a/tests/unictype/test-pr_composite.c b/tests/unictype/test-pr_composite.c
index 440672b0de..da7bcc622c 100644
--- a/tests/unictype/test-pr_composite.c
+++ b/tests/unictype/test-pr_composite.c
@@ -260,7 +260,7 @@
{ 0x3250, 0x325F },
{ 0x326E, 0x327E },
{ 0x32B1, 0x32CF },
- { 0x3300, 0x33FF },
+ { 0x32FF, 0x33FF },
{ 0xAC00, 0xD7A4 },
{ 0xFB00, 0xFB06 },
{ 0xFB13, 0xFB17 },
diff --git a/tests/unictype/test-pr_grapheme_base.c b/tests/unictype/test-pr_grapheme_base.c
index ce64ce5ff4..662552fdfc 100644
--- a/tests/unictype/test-pr_grapheme_base.c
+++ b/tests/unictype/test-pr_grapheme_base.c
@@ -381,8 +381,7 @@
{ 0x3190, 0x31BA },
{ 0x31C0, 0x31E3 },
{ 0x31F0, 0x321E },
- { 0x3220, 0x32FE },
- { 0x3300, 0x4DB5 },
+ { 0x3220, 0x4DB5 },
{ 0x4DC0, 0x9FEF },
{ 0xA000, 0xA48C },
{ 0xA490, 0xA4C6 },
diff --git a/tests/unictype/test-pr_unassigned_code_value.c b/tests/unictype/test-pr_unassigned_code_value.c
index 3a98b1c5c6..d10619a7b6 100644
--- a/tests/unictype/test-pr_unassigned_code_value.c
+++ b/tests/unictype/test-pr_unassigned_code_value.c
@@ -301,7 +301,6 @@
{ 0x31BB, 0x31BF },
{ 0x31E4, 0x31EF },
{ 0x321F, 0x321F },
- { 0x32FF, 0x32FF },
{ 0x4DB6, 0x4DBF },
{ 0x9FF0, 0x9FFF },
{ 0xA48D, 0xA48F },
diff --git a/tests/unigbrk/GraphemeBreakTest.txt b/tests/unigbrk/GraphemeBreakTest.txt
index 5ccc00ca46..fb4fec9fff 100644
--- a/tests/unigbrk/GraphemeBreakTest.txt
+++ b/tests/unigbrk/GraphemeBreakTest.txt
@@ -1,5 +1,5 @@
-# GraphemeBreakTest-12.0.0.txt
-# Date: 2019-01-29, 15:48:47 GMT
+# GraphemeBreakTest-12.1.0.txt
+# Date: 2019-03-10, 10:53:12 GMT
# © 2019 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
diff --git a/tests/uniname/NameAliases.txt b/tests/uniname/NameAliases.txt
index 3a3b8a149c..eb9e317e5d 100644
--- a/tests/uniname/NameAliases.txt
+++ b/tests/uniname/NameAliases.txt
@@ -1,6 +1,6 @@
-# NameAliases-12.0.0.txt
-# Date: 2018-08-08, 00:00:00 GMT [KW, LI]
-# © 2018 Unicode®, Inc.
+# NameAliases-12.1.0.txt
+# Date: 2019-03-08, 23:59:00 GMT [KW, LI]
+# © 2019 Unicode®, Inc.
# For terms of use, see http://www.unicode.org/terms_of_use.html
#
# Unicode Character Database
diff --git a/tests/uniname/UnicodeData.txt b/tests/uniname/UnicodeData.txt
index d88a60135f..e65aec52f7 100644
--- a/tests/uniname/UnicodeData.txt
+++ b/tests/uniname/UnicodeData.txt
@@ -11856,6 +11856,7 @@
32FC;CIRCLED KATAKANA WI;So;0;L;<circle> 30F0;;;;N;;;;;
32FD;CIRCLED KATAKANA WE;So;0;L;<circle> 30F1;;;;N;;;;;
32FE;CIRCLED KATAKANA WO;So;0;L;<circle> 30F2;;;;N;;;;;
+32FF;SQUARE ERA NAME REIWA;So;0;L;<square> 4EE4 548C;;;;N;;;;;
3300;SQUARE APAATO;So;0;L;<square> 30A2 30D1 30FC 30C8;;;;N;SQUARED APAATO;;;;
3301;SQUARE ARUHUA;So;0;L;<square> 30A2 30EB 30D5 30A1;;;;N;SQUARED ARUHUA;;;;
3302;SQUARE ANPEA;So;0;L;<square> 30A2 30F3 30DA 30A2;;;;N;SQUARED ANPEA;;;;
diff --git a/tests/uninorm/NormalizationTest.txt b/tests/uninorm/NormalizationTest.txt
index 04c935c1f7..54f43bdf4d 100644
--- a/tests/uninorm/NormalizationTest.txt
+++ b/tests/uninorm/NormalizationTest.txt
@@ -1,5 +1,5 @@
-# NormalizationTest-12.0.0.txt
-# Date: 2019-01-22, 08:18:33 GMT
+# NormalizationTest-12.1.0.txt
+# Date: 2019-04-01, 09:10:28 GMT
# © 2019 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
@@ -2149,6 +2149,7 @@
32FC;32FC;32FC;30F0;30F0; # (㋼; ㋼; ㋼; ヰ; ヰ; ) CIRCLED KATAKANA WI
32FD;32FD;32FD;30F1;30F1; # (㋽; ㋽; ㋽; ヱ; ヱ; ) CIRCLED KATAKANA WE
32FE;32FE;32FE;30F2;30F2; # (㋾; ㋾; ㋾; ヲ; ヲ; ) CIRCLED KATAKANA WO
+32FF;32FF;32FF;4EE4 548C;4EE4 548C; # (㋿; ㋿; ㋿; 令和; 令和; ) SQUARE ERA NAME REIWA
3300;3300;3300;30A2 30D1 30FC 30C8;30A2 30CF 309A 30FC 30C8; # (㌀; ㌀; ㌀; アパート; アハ◌゚ート; ) SQUARE APAATO
3301;3301;3301;30A2 30EB 30D5 30A1;30A2 30EB 30D5 30A1; # (㌁; ㌁; ㌁; アルファ; アルファ; ) SQUARE ARUHUA
3302;3302;3302;30A2 30F3 30DA 30A2;30A2 30F3 30D8 309A 30A2; # (㌂; ㌂; ㌂; アンペア; アンヘ◌゚ア; ) SQUARE ANPEA
diff --git a/tests/uniwbrk/WordBreakTest.txt b/tests/uniwbrk/WordBreakTest.txt
index 52296b7543..facd8920ea 100644
--- a/tests/uniwbrk/WordBreakTest.txt
+++ b/tests/uniwbrk/WordBreakTest.txt
@@ -1,5 +1,5 @@
-# WordBreakTest-12.0.0.txt
-# Date: 2019-01-22, 08:18:50 GMT
+# WordBreakTest-12.1.0.txt
+# Date: 2019-03-10, 10:53:29 GMT
# © 2019 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html