File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 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
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>
365365CLDR_VERSION = 43
Original file line number Diff line number Diff line change 11# Copyright (c) 2022-2023, PostgreSQL Global Development Group
22
3- UNICODE_VERSION = ' 15.0 .0'
3+ UNICODE_VERSION = ' 15.1 .0'
44
55unicode_data = {}
66unicode_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[] = {
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 },
You can’t perform that action at this time.
0 commit comments