0005-Update-Unicode-data-to-CLDR-48.1.patch

text/plain

Filename: 0005-Update-Unicode-data-to-CLDR-48.1.patch
Type: text/plain
Part: 4
Message: Unicode update and some tooling improvements

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: format-patch
Series: patch 0005
Subject: Update Unicode data to CLDR 48.1
File+
src/common/unicode/meson.build 1 1
src/Makefile.global.in 1 1
From 868e269b518daf0d3d288e2e379d5fd3ad215f49 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter@eisentraut.org>
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: <http://cldr.unicode.org/index/downloads>
-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