Skip to content

Commit 8019820

Browse files
authored
Seal (#1228)
1 parent 45949f8 commit 8019820

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

unicodetools/src/main/java/org/unicode/text/UCD/UCD_Names.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,10 @@ public final class UCD_Names implements UCD_Types {
431431
"Tai_Yo",
432432
"Tolong_Siki",
433433
"Beria_Erfe",
434-
// Provisionally assigned
434+
// Unicode 18
435435
"Jurchen",
436436
"Proto_Cuneiform",
437+
"Seal",
437438
};
438439

439440
public static final Relation<String, String> EXTRA_SCRIPT =
@@ -632,9 +633,10 @@ public final class UCD_Names implements UCD_Types {
632633
"Tayo",
633634
"Tols",
634635
"Berf", // Beria Erfe
635-
// Provisionally assigned
636+
// Unicode 18
636637
"Jurc",
637638
"Pcun",
639+
"Seal",
638640
};
639641

640642
static final String[] SHORT_AGE = {

unicodetools/src/main/java/org/unicode/text/UCD/UCD_Types.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,11 @@ public interface UCD_Types {
627627
Tai_Yo = 175,
628628
Tolong_Siki = 176,
629629
Beria_Erfe = 177,
630-
// Provisionally assigned or proposed
630+
// Unicode 18
631631
Jurchen = 178,
632632
Proto_Cuneiform = 179,
633-
LIMIT_SCRIPT = Proto_Cuneiform + 1;
633+
Seal = 180,
634+
LIMIT_SCRIPT = Seal + 1;
634635

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

0 commit comments

Comments
 (0)