Module: wine Branch: master Commit: 6644b6b667e23e315a60758297b96f415346cfb2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6644b6b667e23e315a6075829...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Apr 7 12:07:58 2022 +0200
make_unicode: Update to CLDR version 41.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
nls/locale.nls | Bin 663852 -> 664228 bytes tools/make_unicode | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/nls/locale.nls b/nls/locale.nls index aee79e4cb11..2ab7ce55dc9 100644 Binary files a/nls/locale.nls and b/nls/locale.nls differ diff --git a/tools/make_unicode b/tools/make_unicode index dd96b13d6df..520cbe0f1a5 100755 --- a/tools/make_unicode +++ b/tools/make_unicode @@ -33,8 +33,7 @@ my $REPORTS = "http://www.unicode.org/reports"; my $MSDATA = "https://download.microsoft.com/download/C/F/7/CF713A5E-9FBC-4FD6-9246-275F65..."; my $MSCODEPAGES = "$MSDATA/Windows Supported Code Page Data Files.zip";
-#my $CLDRDATA = "https://www.unicode.org/Public/cldr/40/cldr-common-40.0.zip"; -my $CLDRVERSION = "40"; +my $CLDRVERSION = "41"; my $CLDRDATA = "https://github.com/unicode-org/cldr/archive/refs/tags/release-$CLDRVERSION.z..."; my $CLDR33DATA = "https://www.unicode.org/Public/cldr/33/cldr-common-33.0.zip";
@@ -987,8 +986,8 @@ my @locales = { name => "ks", lcid => 0x00000060, group => 15, sabbrevlangname => "ZZZ", sopentypelang => "KSH" }, { name => "ks-Arab", lcid => 0x00000460 }, { name => "ks-Arab-IN" }, - { name => "ks-Deva", slist => ",", dir => "seed" }, - { name => "ks-Deva-IN", lcid => 0x00000860, dir => "seed" }, + { name => "ks-Deva", slist => "," }, + { name => "ks-Deva-IN", lcid => 0x00000860 }, { name => "ks-IN", alias => "ks-Arab-IN" }, { name => "ksb" }, { name => "ksb-TZ" },