Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2026 12:35:08 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e8cca479b57a - stable/15 - locale: Update Unicode to CLDR 48.2
Message-ID:  <6a54db7c.25747.641adb85@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by jlduran:

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

commit e8cca479b57a70d98d511fa86548bcb9f51e9c0c
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-06-28 23:07:30 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-07-13 12:34:34 +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
    
    (cherry picked from commit 9edbff33aa299dfe7693e18f5bff682bd7ac6b40)
---
 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}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a54db7c.25747.641adb85>