Update Unicode data to Unicode 15.1.0
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 18 Sep 2023 05:26:34 +0000 (07:26 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 18 Sep 2023 05:26:34 +0000 (07:26 +0200)
src/Makefile.global.in
src/common/unicode/meson.build
src/include/common/unicode_east_asian_fw_table.h

index 765b60db02e796932b5f6ab97e5cbde316e94b2c..18240b5fef73b601e36ef453b194b8edf3a58799 100644 (file)
@@ -359,7 +359,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
 # Pick a release from here: <https://www.unicode.org/Public/>.  Note
 # that the most recent release listed there is often a pre-release;
 # don't pick that one, except for testing.
-UNICODE_VERSION = 15.0.0
+UNICODE_VERSION = 15.1.0
 
 # Pick a release from here: <http://cldr.unicode.org/index/downloads>
 CLDR_VERSION = 43
index 9033c4a3dcf82575ef4e23ca043c9574b591ec23..357ca2f9fb360482e4e9df20931378085ee7bfc8 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (c) 2022-2023, PostgreSQL Global Development Group
 
-UNICODE_VERSION = '15.0.0'
+UNICODE_VERSION = '15.1.0'
 
 unicode_data = {}
 unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@'
index f77e6dfd4237568eb44cc93c562f6c64e4cb85e0..dcd1f136eb7770391ee9920e6772a65b17659d56 100644 (file)
@@ -39,14 +39,13 @@ static const struct mbinterval east_asian_fw[] = {
    {0x2E80, 0x2E99},
    {0x2E9B, 0x2EF3},
    {0x2F00, 0x2FD5},
-   {0x2FF0, 0x2FFB},
-   {0x3000, 0x303E},
+   {0x2FF0, 0x303E},
    {0x3041, 0x3096},
    {0x3099, 0x30FF},
    {0x3105, 0x312F},
    {0x3131, 0x318E},
    {0x3190, 0x31E3},
-   {0x31F0, 0x321E},
+   {0x31EF, 0x321E},
    {0x3220, 0x3247},
    {0x3250, 0x4DBF},
    {0x4E00, 0xA48C},