Skip to content

Commit

Permalink
default number system for "ar": Arab -> Latn (CLDR-17553)
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Jun 10, 2024
1 parent 98f200f commit 7c5d500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/*
* @test
* @bug 7073852 8008577 8174269
* @bug 7073852 8008577 8174269 8333582
* @summary Support multiple scripts for digits and decimal symbols per locale
* @run main MultipleNumberScriptTest
*/
Expand Down Expand Up @@ -52,7 +52,7 @@ public class MultipleNumberScriptTest {

// expected numbering system for each locale
static String[] expectedNumSystem = {
"arab", // ar
"latn", // ar - CLDR-17553
"arab", // ar-EG
"latn", // ar-DZ
"arab", // ar-EG-u-nu-arab
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -24,7 +24,7 @@
/*
*
* @test
* @bug 8206120 8306116
* @bug 8206120 8306116 8333582
* @modules jdk.localedata
*/

Expand Down Expand Up @@ -87,8 +87,8 @@ Object[][] formatData() {
{ JAPANESE, Locale.JAPANESE, Locale.JAPANESE, JAPANESE.date(IsoDate),
"\u5e73\u621025\u5e742\u670811\u65e5\u6708\u66dc\u65e5" }, // Japanese Heisei 25-02-11
{ HIJRAH, ARABIC, ARABIC, HIJRAH.date(IsoDate),
"\u0627\u0644\u0627\u062b\u0646\u064a\u0646\u060c \u0661 \u0631\u0628\u064a\u0639 "
+ "\u0627\u0644\u0622\u062e\u0631 \u0661\u0664\u0663\u0664 \u0647\u0640" }, // Hijrah AH 1434-04-01 (Mon)
"\u0627\u0644\u0627\u062b\u0646\u064a\u0646\u060c 1 \u0631\u0628\u064a\u0639 "
+ "\u0627\u0644\u0622\u062e\u0631 1434 \u0647\u0640" }, // Hijrah AH 1434-04-01 (Mon)
{ MINGUO, Locale.TAIWAN, Locale.TAIWAN, MINGUO.date(IsoDate),
"\u6c11\u570b102\u5e742\u670811\u65e5 \u661f\u671f\u4e00" }, // Minguo ROC 102-02-11 (Mon)
{ BUDDHIST, thTH, thTH, BUDDHIST.date(IsoDate),
Expand Down

0 comments on commit 7c5d500

Please sign in to comment.