Update Unicode data to Unicode 15.1.0

This commit is contained in:
Peter Eisentraut 2023-09-18 07:26:34 +02:00
parent 5c08927d36
commit 9d17e5f16f
3 changed files with 4 additions and 5 deletions

View File

@ -359,7 +359,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
# Pick a release from here: <https://www.unicode.org/Public/>. Note # Pick a release from here: <https://www.unicode.org/Public/>. Note
# that the most recent release listed there is often a pre-release; # that the most recent release listed there is often a pre-release;
# don't pick that one, except for testing. # 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> # Pick a release from here: <http://cldr.unicode.org/index/downloads>
CLDR_VERSION = 43 CLDR_VERSION = 43

View File

@ -1,6 +1,6 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group # Copyright (c) 2022-2023, PostgreSQL Global Development Group
UNICODE_VERSION = '15.0.0' UNICODE_VERSION = '15.1.0'
unicode_data = {} unicode_data = {}
unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@' unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@'

View File

@ -39,14 +39,13 @@ static const struct mbinterval east_asian_fw[] = {
{0x2E80, 0x2E99}, {0x2E80, 0x2E99},
{0x2E9B, 0x2EF3}, {0x2E9B, 0x2EF3},
{0x2F00, 0x2FD5}, {0x2F00, 0x2FD5},
{0x2FF0, 0x2FFB}, {0x2FF0, 0x303E},
{0x3000, 0x303E},
{0x3041, 0x3096}, {0x3041, 0x3096},
{0x3099, 0x30FF}, {0x3099, 0x30FF},
{0x3105, 0x312F}, {0x3105, 0x312F},
{0x3131, 0x318E}, {0x3131, 0x318E},
{0x3190, 0x31E3}, {0x3190, 0x31E3},
{0x31F0, 0x321E}, {0x31EF, 0x321E},
{0x3220, 0x3247}, {0x3220, 0x3247},
{0x3250, 0x4DBF}, {0x3250, 0x4DBF},
{0x4E00, 0xA48C}, {0x4E00, 0xA48C},