]> granicus.if.org Git - icu/commitdiff
ICU-8995 add new ISO script code Hluw=Anatolian Hieroglyphs
authorMarkus Scherer <markus.icu@gmail.com>
Mon, 23 Jan 2012 19:52:28 +0000 (19:52 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Mon, 23 Jan 2012 19:52:28 +0000 (19:52 +0000)
X-SVN-Rev: 31250

icu4j/main/classes/core/src/com/ibm/icu/lang/UScript.java
icu4j/main/shared/data/icudata.jar
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/TestUScript.java

index 81e90bfe2e41a69b2781a364b8fdabe213fe5e48..6679f5f69334c8064560f06e5a6748f9426ec634 100644 (file)
@@ -1,6 +1,6 @@
 /**
 *******************************************************************************
-* Copyright (C) 2001-2011 International Business Machines Corporation and     *
+* Copyright (C) 2001-2012 International Business Machines Corporation and     *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
@@ -867,12 +867,17 @@ public final class UScript {
      * ISO 15924 script code
      * @stable ICU 49
      */
-    public static final int KHOJKI = 156;/* Khoj */
+    public static final int ANATOLIAN_HIEROGLYPHS = 156;/* Hluw */
     /**
      * ISO 15924 script code
      * @stable ICU 49
      */
-    public static final int TIRHUTA = 157;/* Tirh */
+    public static final int KHOJKI = 157;/* Khoj */
+    /**
+     * ISO 15924 script code
+     * @stable ICU 49
+     */
+    public static final int TIRHUTA = 158;/* Tirh */
 
     /**
      * One higher than the last ISO 15924 script code integer.
@@ -880,7 +885,7 @@ public final class UScript {
      * for which integer constants are added above.
      * @stable ICU 2.4
      */
-    public static final int CODE_LIMIT   = 158;
+    public static final int CODE_LIMIT   = 159;
 
     private static final String kLocaleScript = "LocaleScript";
     
index bc099fd42306a57cffb434c761825d316d6c781d..ab7ee7f467a8b44c716afe9d6cfcd8a082b36896 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:d5e6a5e6016331f9fa0d0b6006f552992bb832def5b4443d3d189a2292352e76
-size 7924441
+oid sha256:6b9e35face3400e77f2c95f8974c9a513a24dd31286926afa0d7cb74084c409e
+size 7924456
index 6249fa5a8e7bf094804ccf96ca0290e80273a43a..10b1cce7866322922128da47eb2f65448698acf9 100644 (file)
@@ -1,6 +1,6 @@
 /**
 *******************************************************************************
-* Copyright (C) 1996-2011, International Business Machines Corporation and    *
+* Copyright (C) 1996-2012, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
@@ -458,7 +458,7 @@ public class TestUScript extends TestFmwk {
             /* new in ICU 4.8 */
             "Afak", "Jurc", "Mroo", "Nshu", "Sharada", "Sora_Sompeng", "Takri", "Tang", "Wole",
             /* new in ICU 49 */
-            "Khoj", "Tirh",
+            "Hluw", "Khoj", "Tirh",
         };
         String[] expectedShort = new String[]{
             "Bali", "Batk", "Blis", "Brah", "Cham", "Cirt", "Cyrs", "Egyd", "Egyh", "Egyp", 
@@ -480,7 +480,7 @@ public class TestUScript extends TestFmwk {
             /* new in ICU 4.8 */
             "Afak", "Jurc", "Mroo", "Nshu", "Shrd", "Sora", "Takr", "Tang", "Wole",
             /* new in ICU 49 */
-            "Khoj", "Tirh",
+            "Hluw", "Khoj", "Tirh",
         };
         if(expectedLong.length!=(UScript.CODE_LIMIT-UScript.BALINESE)) {
             errln("need to add new script codes in lang.TestUScript.java!");