Skip to content

Commit

Permalink
Pcun (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin authored Sep 23, 2024
1 parent 2f083f7 commit 1f2d9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public final class UCD_Names implements UCD_Types {
"Tolong_Siki",
"Beria_Erfe",
"Jurchen",
"Proto_Cuneiform",
};

public static final Relation<String, String> EXTRA_SCRIPT =
Expand Down Expand Up @@ -630,6 +631,7 @@ public final class UCD_Names implements UCD_Types {
"Tols",
"Qaba", // Beria Erfe
"Jurc",
"Pcun",
};

static final String[] SHORT_AGE = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ public interface UCD_Types {
Tolong_Siki = 176,
Beria_Erfe = 177,
Jurchen = 178,
LIMIT_SCRIPT = Jurchen + 1;
Proto_Cuneiform = 179,
LIMIT_SCRIPT = Proto_Cuneiform + 1;

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

0 comments on commit 1f2d9a0

Please sign in to comment.