git: 9edbff33aa29 - main - locale: Update Unicode to CLDR 48.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 23:08:03 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=9edbff33aa299dfe7693e18f5bff682bd7ac6b40
commit 9edbff33aa299dfe7693e18f5bff682bd7ac6b40
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-06-28 23:07:30 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-06-28 23:07:31 +0000
locale: Update Unicode to CLDR 48.2
Notable changes:
- Group separator for number formatting was updated to ' in fr-CH
consistent with other Swiss locales.
- Some fixes to date formats including: Hv available formats were
updated to match behavior in CLDR 47 due to web compatibility issues
related to current JS capabilities.
- Emoji annotations fixes including collisions between emoji short
names.
- Updated AM/PM for ko & ps to be consistent with how the wide forms are
localized.
Reviewed by: bapt
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D57626
---
tools/tools/locale/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile
index 69988ced09c8..d6b9b15f1943 100644
--- a/tools/tools/locale/Makefile
+++ b/tools/tools/locale/Makefile
@@ -7,7 +7,7 @@
# Modified by John Marino to suit DragonFly needs
#
-CLDRVERSION= 48
+CLDRVERSION= 48.2
UCDVERSION= 17.0.0
.if ${.CURDIR} == ${.OBJDIR}