Skip to content

Commit 82a46cc

Browse files
committed
Update Unicode data to Unicode 16.0.0
Reviewed-by: Jeff Davis <pgsql@j-davis.com> Discussion: https://www.postgresql.org/message-id/flat/146349e4-4687-4321-91af-f235572490a8@eisentraut.org
1 parent 231064a commit 82a46cc

10 files changed

+7262
-6609
lines changed

src/Makefile.global.in

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

372372
# Pick a release from here: <http://cldr.unicode.org/index/downloads>
373373
CLDR_VERSION = 47

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-2025, PostgreSQL Global Development Group
22

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

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

0 commit comments

Comments
 (0)