Skip to content

Commit 1f2d9a0

Browse files
authored
Pcun (#941)
1 parent 2f083f7 commit 1f2d9a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

unicodetools/src/main/java/org/unicode/text/UCD/UCD_Names.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ public final class UCD_Names implements UCD_Types {
431431
"Tolong_Siki",
432432
"Beria_Erfe",
433433
"Jurchen",
434+
"Proto_Cuneiform",
434435
};
435436

436437
public static final Relation<String, String> EXTRA_SCRIPT =
@@ -630,6 +631,7 @@ public final class UCD_Names implements UCD_Types {
630631
"Tols",
631632
"Qaba", // Beria Erfe
632633
"Jurc",
634+
"Pcun",
633635
};
634636

635637
static final String[] SHORT_AGE = {

unicodetools/src/main/java/org/unicode/text/UCD/UCD_Types.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@ public interface UCD_Types {
616616
Tolong_Siki = 176,
617617
Beria_Erfe = 177,
618618
Jurchen = 178,
619-
LIMIT_SCRIPT = Jurchen + 1;
619+
Proto_Cuneiform = 179,
620+
LIMIT_SCRIPT = Proto_Cuneiform + 1;
620621

621622
// Bidi_Paired_Bracket_Type
622623
public static final byte BPT_N = 0, BPT_O = 1, BPT_C = 2, LIMIT_BPT = 3;

0 commit comments

Comments
 (0)