/**
*******************************************************************************
-* Copyright (C) 2001-2011 International Business Machines Corporation and *
+* Copyright (C) 2001-2012 International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
* 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.
* 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";
/**
*******************************************************************************
-* Copyright (C) 1996-2011, International Business Machines Corporation and *
+* Copyright (C) 1996-2012, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
/* 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",
/* 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!");