Skip to content

Commit ae0ca74

Browse files
committed
8247432: Update IANA Language Subtag Registry to Version 2020-09-29
Reviewed-by: joehw
1 parent 8ddf5e1 commit ae0ca74

File tree

2 files changed

+47
-8
lines changed

2 files changed

+47
-8
lines changed

make/data/lsrdata/language-subtag-registry.txt

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
File-Date: 2020-04-01
1+
File-Date: 2020-09-29
22
%%
33
Type: language
44
Subtag: aa
@@ -11260,6 +11260,11 @@ Description: Fyer
1126011260
Added: 2009-07-29
1126111261
%%
1126211262
Type: language
11263+
Subtag: fif
11264+
Description: Faifi
11265+
Added: 2020-06-08
11266+
%%
11267+
Type: language
1126311268
Subtag: fil
1126411269
Description: Filipino
1126511270
Description: Pilipino
@@ -12529,17 +12534,17 @@ Added: 2009-07-29
1252912534
Scope: collection
1253012535
%%
1253112536
Type: language
12532-
Subtag: gmu
12533-
Description: Gumalu
12534-
Added: 2009-07-29
12535-
%%
12536-
Type: language
1253712537
Subtag: gmr
1253812538
Description: Mirning
1253912539
Description: Mirniny
1254012540
Added: 2020-03-28
1254112541
%%
1254212542
Type: language
12543+
Subtag: gmu
12544+
Description: Gumalu
12545+
Added: 2009-07-29
12546+
%%
12547+
Type: language
1254312548
Subtag: gmv
1254412549
Description: Gamo
1254512550
Added: 2009-07-29
@@ -34310,6 +34315,8 @@ Type: language
3431034315
Subtag: thw
3431134316
Description: Thudam
3431234317
Added: 2009-07-29
34318+
Deprecated: 2020-06-08
34319+
Preferred-Value: ola
3431334320
%%
3431434321
Type: language
3431534322
Subtag: thx
@@ -45121,6 +45128,11 @@ Description: Tirhuta
4512145128
Added: 2011-08-16
4512245129
%%
4512345130
Type: script
45131+
Subtag: Toto
45132+
Description: Toto
45133+
Added: 2020-05-12
45134+
%%
45135+
Type: script
4512445136
Subtag: Ugar
4512545137
Description: Ugaritic
4512645138
Added: 2005-10-16
@@ -47469,6 +47481,23 @@ Comments: The subtag represents Branislau Taraskievic's Belarusian
4746947481
Miensk 2005).
4747047482
%%
4747147483
Type: variant
47484+
Subtag: tongyong
47485+
Description: Tongyong Pinyin romanization
47486+
Added: 2020-06-08
47487+
Prefix: zh-Latn
47488+
Comments: Former official transcription standard for Mandarin Chinese in
47489+
Taiwan.
47490+
%%
47491+
Type: variant
47492+
Subtag: tunumiit
47493+
Description: Tunumiisiut
47494+
Description: East Greenlandic
47495+
Description: Østgrønlandsk
47496+
Added: 2020-07-16
47497+
Prefix: kl
47498+
Comments: Also known as Tunumiit oraasiat
47499+
%%
47500+
Type: variant
4747247501
Subtag: uccor
4747347502
Description: Unified Cornish orthography of Revived Cornish
4747447503
Added: 2008-10-14
@@ -47521,6 +47550,14 @@ Comments: Vallader is one of the five traditional written standards or
4752147550
"idioms" of the Romansh language.
4752247551
%%
4752347552
Type: variant
47553+
Subtag: vecdruka
47554+
Description: Latvian orthography used before 1920s ("vecā druka")
47555+
Added: 2020-09-26
47556+
Prefix: lv
47557+
Comments: The subtag represents the old orthography of the Latvian
47558+
language used during c. 1600s–1920s.
47559+
%%
47560+
Type: variant
4752447561
Subtag: vivaraup
4752547562
Description: Vivaro-Alpine
4752647563
Added: 2018-04-22

test/jdk/java/util/Locale/Bug8040211.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/*
2525
* @test
26-
* @bug 8040211 8191404 8203872 8222980 8225435 8241082 8242010
26+
* @bug 8040211 8191404 8203872 8222980 8225435 8241082 8242010 8247432
2727
* @summary Checks the IANA language subtag registry data update
2828
* (LSR Revision: 2020-04-01) with Locale and Locale.LanguageRange
2929
* class methods.
@@ -45,7 +45,7 @@ public class Bug8040211 {
4545
private static final String ACCEPT_LANGUAGE =
4646
"Accept-Language: aam, adp, aog, aue, bcg, bpp, cey, cnp, cqu, csp, dif, dmw, ema,"
4747
+ " en-gb-oed, gti, kdz, koj, kru, kwq, kxe, kzk, lii, lmm, lsn, lsv, lvi, mtm,"
48-
+ " ngv, nns, oyb, phr, pnd, pub, scv, snz, suj, szy, taj, tjj, tjp, tvx,"
48+
+ " ngv, nns, ola, oyb, phr, pnd, pub, scv, snz, suj, szy, taj, tjj, tjp, tvx,"
4949
+ " uss, uth, wkr;q=0.9, ar-hyw;q=0.8, yug;q=0.5, gfx;q=0.4";
5050
private static final List<LanguageRange> EXPECTED_RANGE_LIST = List.of(
5151
new LanguageRange("aam", 1.0),
@@ -105,6 +105,8 @@ public class Bug8040211 {
105105
new LanguageRange("nnx", 1.0),
106106
new LanguageRange("nns", 1.0),
107107
new LanguageRange("nbr", 1.0),
108+
new LanguageRange("ola", 1.0),
109+
new LanguageRange("thw", 1.0),
108110
new LanguageRange("oyb", 1.0),
109111
new LanguageRange("thx", 1.0),
110112
new LanguageRange("skk", 1.0),

0 commit comments

Comments
 (0)