Skip to content

Commit 861aefc

Browse files
author
Justin Lu
committedJun 25, 2024
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
Reviewed-by: lancea, iris, srl, naoto
1 parent f8bf470 commit 861aefc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎src/java.base/share/data/lsrdata/language-subtag-registry.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
File-Date: 2024-05-16
1+
File-Date: 2024-06-14
22
%%
33
Type: language
44
Subtag: aa
@@ -48009,7 +48009,9 @@ Type: variant
4800948009
Subtag: laukika
4801048010
Description: Classical Sanskrit
4801148011
Added: 2010-07-28
48012+
Deprecated: 2024-06-08
4801248013
Prefix: sa
48014+
Comments: Preferred tag is cls
4801348015
%%
4801448016
Type: variant
4801548017
Subtag: lemosin
@@ -48385,9 +48387,11 @@ Type: variant
4838548387
Subtag: vaidika
4838648388
Description: Vedic Sanskrit
4838748389
Added: 2010-07-28
48390+
Deprecated: 2024-06-08
4838848391
Prefix: sa
4838948392
Comments: The most ancient dialect of Sanskrit used in verse and prose
4839048393
composed until about the 4th century B.C.E.
48394+
Comments: Preferred tag is vsn
4839148395
%%
4839248396
Type: variant
4839348397
Subtag: valbadia

‎test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
* @test
2626
* @bug 8025703 8040211 8191404 8203872 8222980 8225435 8241082 8242010 8247432
2727
* 8258795 8267038 8287180 8302512 8304761 8306031 8308021 8313702 8318322
28-
* 8327631 8332424
28+
* 8327631 8332424 8334418
2929
* @summary Checks the IANA language subtag registry data update
30-
* (LSR Revision: 2024-05-16) with Locale and Locale.LanguageRange
30+
* (LSR Revision: 2024-06-14) with Locale and Locale.LanguageRange
3131
* class methods.
3232
* @run main LanguageSubtagRegistryTest
3333
*/

0 commit comments

Comments
 (0)
Please sign in to comment.