summaryrefslogtreecommitdiff
path: root/modules/uniwbrk
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-26 17:48:24 +0100
committerBruno Haible <bruno@clisp.org>2021-12-26 17:48:24 +0100
commit499a4fa2a470c5ad52fabc4cb9f70e8230b79a44 (patch)
treea1774b973e94b4ddffbdf50f5603993be202855a /modules/uniwbrk
parent39685a37f6e2ee6b4329da607a30073f466d2262 (diff)
downloadgnulib-499a4fa2a470c5ad52fabc4cb9f70e8230b79a44.tar.gz
Update to Unicode 10.0.0.
* lib/gen-uni-tables.c (PROP_REGIONAL_INDICATOR): New enum value. (fill_properties): Recognize property "Regional_Indicator". (is_property_regional_indicator): New function. (output_properties): Also output the data for regional_indicator. (UC_JOINING_GROUP_MALAYALAM_*): New enum values. (fill_arabicshaping, joining_group_as_c_identifier): Recognize these joining groups. * lib/unictype/pr_regional_indicator.c: New file. * modules/unictype/property-regional-indicator: New file. * modules/unictype/property-regional-indicator-tests: New file. * modules/unictype/property-all (Depends-on): Add unictype/property-regional-indicator. * lib/unictype.in.h (UC_JOINING_GROUP_MALAYALAM_*): New enum values. * lib/unictype/joininggroup_name.h: Add the MALAYALAM_* joining groups. * lib/unictype/joininggroup_byname.gperf: Likewise. * lib/uniwidth/width.c (nonspacing_table_data, nonspacing_table_ind): Update. * tests/uniwidth/test-uc_width2.sh: Update. * 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 'modules/uniwbrk')
-rw-r--r--modules/uniwbrk/u16-wordbreaks2
-rw-r--r--modules/uniwbrk/u32-wordbreaks2
-rw-r--r--modules/uniwbrk/u8-wordbreaks2
-rw-r--r--modules/uniwbrk/ulc-wordbreaks2
-rw-r--r--modules/uniwbrk/wordbreak-property2
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/uniwbrk/u16-wordbreaks b/modules/uniwbrk/u16-wordbreaks
index d98dbf39d6..f0fc463f68 100644
--- a/modules/uniwbrk/u16-wordbreaks
+++ b/modules/uniwbrk/u16-wordbreaks
@@ -12,7 +12,7 @@ uniwbrk/table
unistr/u16-mbtouc-unsafe
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.8], [uniwbrk/u16-wordbreaks])
+gl_LIBUNISTRING_MODULE([0.9.11], [uniwbrk/u16-wordbreaks])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIWBRK_U16_WORDBREAKS
diff --git a/modules/uniwbrk/u32-wordbreaks b/modules/uniwbrk/u32-wordbreaks
index 590e592656..5bba487623 100644
--- a/modules/uniwbrk/u32-wordbreaks
+++ b/modules/uniwbrk/u32-wordbreaks
@@ -12,7 +12,7 @@ uniwbrk/table
unistr/u32-mbtouc-unsafe
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.8], [uniwbrk/u32-wordbreaks])
+gl_LIBUNISTRING_MODULE([0.9.11], [uniwbrk/u32-wordbreaks])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIWBRK_U32_WORDBREAKS
diff --git a/modules/uniwbrk/u8-wordbreaks b/modules/uniwbrk/u8-wordbreaks
index 95c53bbfe8..81a7f6931c 100644
--- a/modules/uniwbrk/u8-wordbreaks
+++ b/modules/uniwbrk/u8-wordbreaks
@@ -12,7 +12,7 @@ uniwbrk/table
unistr/u8-mbtouc-unsafe
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.8], [uniwbrk/u8-wordbreaks])
+gl_LIBUNISTRING_MODULE([0.9.11], [uniwbrk/u8-wordbreaks])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIWBRK_U8_WORDBREAKS
diff --git a/modules/uniwbrk/ulc-wordbreaks b/modules/uniwbrk/ulc-wordbreaks
index 2f6765935f..8e30e85720 100644
--- a/modules/uniwbrk/ulc-wordbreaks
+++ b/modules/uniwbrk/ulc-wordbreaks
@@ -13,7 +13,7 @@ c-ctype
localcharset
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.8], [uniwbrk/ulc-wordbreaks])
+gl_LIBUNISTRING_MODULE([0.9.11], [uniwbrk/ulc-wordbreaks])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIWBRK_ULC_WORDBREAKS
diff --git a/modules/uniwbrk/wordbreak-property b/modules/uniwbrk/wordbreak-property
index b8cef64b0a..6a3dd2da47 100644
--- a/modules/uniwbrk/wordbreak-property
+++ b/modules/uniwbrk/wordbreak-property
@@ -9,7 +9,7 @@ Depends-on:
uniwbrk/base
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.8], [uniwbrk/wordbreak-property])
+gl_LIBUNISTRING_MODULE([0.9.11], [uniwbrk/wordbreak-property])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIWBRK_WORDBREAK_PROPERTY