Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 2025 12:21:22 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 13ae4904ad7d - main - locale: Update to UCD 17.0.0
Message-ID:  <69341fc2.db21.a9b8735@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=13ae4904ad7d4677a8d894c91362f2d2479965b6

commit 13ae4904ad7d4677a8d894c91362f2d2479965b6
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-12-06 12:20:19 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-12-06 12:20:19 +0000

    locale: Update to UCD 17.0.0
    
    Starting with Unicode 17.0.0, the zipped versions of the data files are
    only published in https://www.unicode.org/Public/<version>/ucd/
    
    https://www.unicode.org/Public/zipped/ReadMe.txt
    
    Reviewed by:    bapt
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D53982
---
 tools/tools/locale/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile
index b49c90e691be..3428cdad93dd 100644
--- a/tools/tools/locale/Makefile
+++ b/tools/tools/locale/Makefile
@@ -8,7 +8,7 @@
 #
 
 CLDRVERSION=	45.0
-UCDVERSION=	15.0.0
+UCDVERSION=	17.0.0
 
 .if ${.CURDIR} == ${.OBJDIR}
 .error Do make obj first.
@@ -125,7 +125,7 @@ ENCODINGS=	UTF-8 \
 CLDRFILES_CORE= https://unicode.org/Public/cldr/${CLDRVERSION:R}/core.zip
 CLDRFILES_KEY=	https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-keyboards-${CLDRVERSION}.zip
 CLDRFILES_TOOLS=https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-tools-${CLDRVERSION}.jar
-CLDRFILES_UCD=	https://www.unicode.org/Public/zipped/${UCDVERSION}/UCD.zip
+CLDRFILES_UCD=	https://www.unicode.org/Public/${UCDVERSION}/ucd/UCD.zip
 
 # fetch and extract targets
 ${UNIDIR}:


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69341fc2.db21.a9b8735>