Skip to content

Commit 5f2540d

Browse files
petereCommitfest Bot
authored and
Commitfest Bot
committed
Update Unicode data to Unicode 16.0.0
1 parent a7187c3 commit 5f2540d

10 files changed

+7262
-6609
lines changed

src/Makefile.global.in

+1-1
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 = 45

src/common/unicode/meson.build

+1-1
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)