From: Peter Eisentraut Date: Mon, 13 Apr 2026 09:12:35 +0000 (+0200) Subject: Update Unicode data to CLDR 48.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47854b6992d6155861da709c0f846073a401f61;p=thirdparty%2Fpostgresql.git Update Unicode data to CLDR 48.2 No actual changes result. Reviewed-by: Chao Li Reviewed-by: Andres Freund Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index a7699b026bb..cef1ad7f87d 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -379,7 +379,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 17.0.0 # Pick a release from here: -CLDR_VERSION = 47 +CLDR_VERSION = 48.2 # Tree-wide build support diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build index 58f028d40b1..8a31fe40f6c 100644 --- a/src/common/unicode/meson.build +++ b/src/common/unicode/meson.build @@ -1,7 +1,7 @@ # Copyright (c) 2022-2026, PostgreSQL Global Development Group UNICODE_VERSION = '17.0.0' -CLDR_VERSION = '47' +CLDR_VERSION = '48.2' unicode_data = {} unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@'