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

Sidetic #417

Merged
merged 15 commits into from
Nov 14, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public enum Age_Values implements Named {
V12_0("12.0"),
V12_1("12.1"),
V13_0("13.0"),
V13_1("13.1"), // TODO: there is no Unicode 13.1, see
// https://github.com/unicode-org/unicodetools/issues/100
V13_1("13.1"),
eggrobin marked this conversation as resolved.
Show resolved Hide resolved
V14_0("14.0"),
V15_0("15.0"),
V15_1("15.1"),
Expand Down Expand Up @@ -439,6 +438,7 @@ public enum Block_Values implements Named {
Shavian("Shavian"),
Shorthand_Format_Controls("Shorthand_Format_Controls"),
Siddham("Siddham"),
Sidetic("Sidetic"),
Sinhala("Sinhala"),
Sinhala_Archaic_Numbers("Sinhala_Archaic_Numbers"),
Small_Form_Variants("Small_Forms"),
Expand Down Expand Up @@ -1777,6 +1777,7 @@ public enum Script_Values implements Named {
Phoenician("Phnx"),
Miao("Plrd"),
Inscriptional_Parthian("Prti"),
Sidetic("Qabw"),
Rejang("Rjng"),
Hanifi_Rohingya("Rohg"),
Runic("Runr"),
Expand Down Expand Up @@ -1831,7 +1832,6 @@ public enum Script_Values implements Named {
Math_Symbols("Zmth"),
Emoji_Symbols("Zsye"),
Other_Symbols("Zsym"),
Sidetic("Qabw"), // Temporary private use code.
Unwritten("Zxxx");
private final PropertyNames<Script_Values> names;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public final class UCD_Names implements UCD_Types {
"Kawi",
"Nagm",
// Unicode 16?
"Qabw", // Temporary private use code for Sidetic.
"Qabw", // Temporary private use code for Sidetic.
};

static final String[] SHORT_AGE = {
Expand Down