Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another script from the future #660

Merged
merged 2 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -427,6 +427,7 @@ public final class UCD_Names implements UCD_Types {
"Sidetic",
"Tai_Yo",
"Tolong_Siki",
"Beria_Erfe",
};

public static final Relation<String, String> EXTRA_SCRIPT =
Expand Down Expand Up @@ -624,6 +625,7 @@ public final class UCD_Names implements UCD_Types {
"Sidt",
"Tayo",
"Tols",
"Qaba", // Beria Erfe
};

static final String[] SHORT_AGE = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,12 +607,13 @@ public interface UCD_Types {
Sunuwar = 170,
Todhri = 171,
Tulu_Tigalari = 172,
// Provisionally assigned
// Provisionally assigned and proposed
eggrobin marked this conversation as resolved.
Show resolved Hide resolved
Chisoi = 173,
Sidetic = 174,
Tai_Yo = 175,
Tolong_Siki = 176,
LIMIT_SCRIPT = Tolong_Siki + 1;
Beria_Erfe = 177,
LIMIT_SCRIPT = Beria_Erfe + 1;

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