Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3dc40b1

Browse files
petereCommitfest Bot
authored and
Commitfest Bot
committed
Update Unicode data to Unicode 16.0.0
1 parent 7e05df4 commit 3dc40b1

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
@@ -358,7 +358,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
358358
# Pick a release from here: <https://www.unicode.org/Public/>. Note
359359
# that the most recent release listed there is often a pre-release;
360360
# don't pick that one, except for testing.
361-
UNICODE_VERSION = 15.1.0
361+
UNICODE_VERSION = 16.0.0
362362

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

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)