Skip to content

Commit 56850c9

Browse files
committed
ICU-22402 Add support in ICU and in the CLDR-to-ICU tool for the new nativeSpaceReplacement and parameterDefault
resources for PersonNameFormatter in CLDR. Regenerated the ICU4J data resources as well as the ICU4C resources to include the new resources.
1 parent 47e47ec commit 56850c9

File tree

874 files changed

+31
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

874 files changed

+31
-6
lines changed

icu4c/source/data/locales/en.txt

+4
Original file line numberDiff line numberDiff line change
@@ -2767,5 +2767,9 @@ en{
27672767
surnameFirst-short-referring-formal{"{surname} {given-initial}{given2-initial}"}
27682768
surnameFirst-short-referring-informal{"{surname} {given-initial}"}
27692769
}
2770+
parameterDefault{
2771+
formality{"informal"}
2772+
length{"medium"}
2773+
}
27702774
}
27712775
}

icu4c/source/data/locales/ja.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4172,5 +4172,6 @@ ja{
41724172
surnameFirst-short-monogram-formal{"{given-monogram-allCaps}"}
41734173
surnameFirst-short-monogram-informal{"{given-monogram-allCaps}"}
41744174
}
4175+
nativeSpaceReplacement{""}
41754176
}
41764177
}

icu4c/source/data/locales/root.txt

+5
Original file line numberDiff line numberDiff line change
@@ -3678,5 +3678,10 @@ root{
36783678
surnameFirst-short-referring-formal:alias{"/LOCALE/personNames/namePattern/surnameFirst-long-referring-formal"}
36793679
surnameFirst-short-referring-informal:alias{"/LOCALE/personNames/namePattern/surnameFirst-long-referring-formal"}
36803680
}
3681+
nativeSpaceReplacement{" "}
3682+
parameterDefault{
3683+
formality{"formal"}
3684+
length{"medium"}
3685+
}
36813686
}
36823687
}

icu4c/source/data/locales/yue.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3705,5 +3705,6 @@ yue{
37053705
surnameFirst-short-referring-formal{"{surname} {given},{given2-initial}"}
37063706
surnameFirst-short-referring-informal{"{surname} {given}"}
37073707
}
3708+
nativeSpaceReplacement{""}
37083709
}
37093710
}

icu4c/source/data/locales/yue_Hans.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3651,5 +3651,6 @@ yue_Hans{
36513651
initialPattern{
36523652
initial{"{0}"}
36533653
}
3654+
nativeSpaceReplacement{""}
36543655
}
36553656
}

icu4c/source/data/locales/zh.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5642,5 +5642,6 @@ zh{
56425642
surnameFirst-short-referring-formal{"{surname} {given} {given2}"}
56435643
surnameFirst-short-referring-informal{"{surname} {given}"}
56445644
}
5645+
nativeSpaceReplacement{""}
56455646
}
56465647
}

icu4c/source/data/locales/zh_Hant.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7947,5 +7947,6 @@ zh_Hant{
79477947
surnameFirst-short-monogram-formal{"{surname-monogram-allCaps}"}
79487948
surnameFirst-short-monogram-informal{"{given-informal-monogram-allCaps}"}
79497949
}
7950+
nativeSpaceReplacement{""}
79507951
}
79517952
}

icu4c/source/test/testdata/structLocale.txt

+5
Original file line numberDiff line numberDiff line change
@@ -41893,6 +41893,11 @@ structLocale:table(nofallback){
4189341893
surnameFirst-short-referring-formal{""}
4189441894
surnameFirst-short-referring-informal{""}
4189541895
}
41896+
nativeSpaceReplacement{""}
41897+
parameterDefault{
41898+
formality{""}
41899+
length{""}
41900+
}
4189641901
}
4189741902
transformNames{
4189841903
BGN{""}

icu4j/main/shared/data/icudata.jar

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ec79e8eff38db194c685a925566495f5b67ed85c9a4563834b366cd71b511e88
3-
size 14335466
2+
oid sha256:061f157df826b782de9c9a9b6f1d1a18e8cfce1987fc00de508fc131052883b1
3+
size 14335588

icu4j/main/shared/data/icutzdata.jar

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:fdad999dacb9734e949504bb13a9353620212407ce12daa2e6a8a8da3ea17e72
3-
size 94829
2+
oid sha256:154021a877dc34aa7bc932095b10daba1ccd142409c162c9caace5d4e0278461
3+
size 94813

icu4j/main/shared/data/testdata.jar

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1036b4ae4c3dabe23b2f85c329602637f4d0994be745f56e0944f007c0e85374
3-
size 831983
2+
oid sha256:fc93a44f736c6b43a3503370a02a60209c09c9cd07b217c3075247cbdb9342a3
3+
size 831994

0 commit comments

Comments
 (0)