File tree 3 files changed +4
-5
lines changed 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
359
359
# Pick a release from here: <https://www.unicode.org/Public/>. Note
360
360
# that the most recent release listed there is often a pre-release;
361
361
# don't pick that one, except for testing.
362
- UNICODE_VERSION = 15.0 .0
362
+ UNICODE_VERSION = 15.1 .0
363
363
364
364
# Pick a release from here: <http://cldr.unicode.org/index/downloads>
365
365
CLDR_VERSION = 43
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
2
2
3
- UNICODE_VERSION = ' 15.0 .0'
3
+ UNICODE_VERSION = ' 15.1 .0'
4
4
5
5
unicode_data = {}
6
6
unicode_baseurl = ' https://www.unicode.org/Public/@0@/ucd/@1@'
Original file line number Diff line number Diff line change @@ -39,14 +39,13 @@ static const struct mbinterval east_asian_fw[] = {
39
39
{0x2E80 , 0x2E99 },
40
40
{0x2E9B , 0x2EF3 },
41
41
{0x2F00 , 0x2FD5 },
42
- {0x2FF0 , 0x2FFB },
43
- {0x3000 , 0x303E },
42
+ {0x2FF0 , 0x303E },
44
43
{0x3041 , 0x3096 },
45
44
{0x3099 , 0x30FF },
46
45
{0x3105 , 0x312F },
47
46
{0x3131 , 0x318E },
48
47
{0x3190 , 0x31E3 },
49
- {0x31F0 , 0x321E },
48
+ {0x31EF , 0x321E },
50
49
{0x3220 , 0x3247 },
51
50
{0x3250 , 0x4DBF },
52
51
{0x4E00 , 0xA48C },
You can’t perform that action at this time.
0 commit comments