From 868e269b518daf0d3d288e2e379d5fd3ad215f49 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 26 Feb 2026 10:25:48 +0100 Subject: [PATCH 5/6] Update Unicode data to CLDR 48.1 No actual changes result. XXX should change that to CLDR 49 in April --- src/Makefile.global.in | 2 +- src/common/unicode/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 947a2d79e29..7d65e428607 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -379,7 +379,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 16.0.0 # Pick a release from here: -CLDR_VERSION = 47 +CLDR_VERSION = 48.1 # Tree-wide build support diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build index 94d02f0070d..c003fa4219e 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 = '16.0.0' -CLDR_VERSION = '47' +CLDR_VERSION = '48.1' unicode_data = {} unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@' -- 2.53.0