Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,10 @@ public final class UCD_Names implements UCD_Types {
"Tai_Yo",
"Tolong_Siki",
"Beria_Erfe",
// Provisionally assigned
// Unicode 18
"Jurchen",
"Proto_Cuneiform",
"Seal",
};

public static final Relation<String, String> EXTRA_SCRIPT =
Expand Down Expand Up @@ -632,9 +633,10 @@ public final class UCD_Names implements UCD_Types {
"Tayo",
"Tols",
"Berf", // Beria Erfe
// Provisionally assigned
// Unicode 18
"Jurc",
"Pcun",
"Seal",
};

static final String[] SHORT_AGE = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,11 @@ public interface UCD_Types {
Tai_Yo = 175,
Tolong_Siki = 176,
Beria_Erfe = 177,
// Provisionally assigned or proposed
// Unicode 18
Jurchen = 178,
Proto_Cuneiform = 179,
LIMIT_SCRIPT = Proto_Cuneiform + 1;
Seal = 180,
LIMIT_SCRIPT = Seal + 1;

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