Skip to content

Commit 9d17e5f

Browse files
committed
Update Unicode data to Unicode 15.1.0
1 parent 5c08927 commit 9d17e5f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
359359
# Pick a release from here: <https://www.unicode.org/Public/>. Note
360360
# that the most recent release listed there is often a pre-release;
361361
# don't pick that one, except for testing.
362-
UNICODE_VERSION = 15.0.0
362+
UNICODE_VERSION = 15.1.0
363363

364364
# Pick a release from here: <http://cldr.unicode.org/index/downloads>
365365
CLDR_VERSION = 43

src/common/unicode/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
22

3-
UNICODE_VERSION = '15.0.0'
3+
UNICODE_VERSION = '15.1.0'
44

55
unicode_data = {}
66
unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@'

src/include/common/unicode_east_asian_fw_table.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ static const struct mbinterval east_asian_fw[] = {
3939
{0x2E80, 0x2E99},
4040
{0x2E9B, 0x2EF3},
4141
{0x2F00, 0x2FD5},
42-
{0x2FF0, 0x2FFB},
43-
{0x3000, 0x303E},
42+
{0x2FF0, 0x303E},
4443
{0x3041, 0x3096},
4544
{0x3099, 0x30FF},
4645
{0x3105, 0x312F},
4746
{0x3131, 0x318E},
4847
{0x3190, 0x31E3},
49-
{0x31F0, 0x321E},
48+
{0x31EF, 0x321E},
5049
{0x3220, 0x3247},
5150
{0x3250, 0x4DBF},
5251
{0x4E00, 0xA48C},

0 commit comments

Comments
 (0)