]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update Unicode data to CLDR 48.2
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Apr 2026 09:12:35 +0000 (11:12 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Apr 2026 09:13:36 +0000 (11:13 +0200)
No actual changes result.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org

src/Makefile.global.in
src/common/unicode/meson.build

index a7699b026bbe6e5968da805b330a06fc5afc93af..cef1ad7f87d9818744635024640b7b393b3acb71 100644 (file)
@@ -379,7 +379,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
 UNICODE_VERSION = 17.0.0
 
 # Pick a release from here: <http://cldr.unicode.org/index/downloads>
-CLDR_VERSION = 47
+CLDR_VERSION = 48.2
 
 
 # Tree-wide build support
index 58f028d40b1347579e31f302b9b749bd0b28f575..8a31fe40f6c0f34b4b5b34d406151be729f2c471 100644 (file)
@@ -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@'