Skip to content

Commit c41ca11

Browse files
authored
Jurc (#888)
1 parent d32466d commit c41ca11

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
@@ -430,6 +430,7 @@ public final class UCD_Names implements UCD_Types {
430430
"Tai_Yo",
431431
"Tolong_Siki",
432432
"Beria_Erfe",
433+
"Jurchen",
433434
};
434435

435436
public static final Relation<String, String> EXTRA_SCRIPT =
@@ -628,6 +629,7 @@ public final class UCD_Names implements UCD_Types {
628629
"Tayo",
629630
"Tols",
630631
"Qaba", // Beria Erfe
632+
"Jurc",
631633
};
632634

633635
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
@@ -615,7 +615,8 @@ public interface UCD_Types {
615615
Tai_Yo = 175,
616616
Tolong_Siki = 176,
617617
Beria_Erfe = 177,
618-
LIMIT_SCRIPT = Beria_Erfe + 1;
618+
Jurchen = 178,
619+
LIMIT_SCRIPT = Jurchen + 1;
619620

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

0 commit comments

Comments
 (0)