Skip to content

Commit 7e161a6

Browse files
committed
Ran GenerateEnums
1 parent 7764f6c commit 7e161a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unicodetools/src/main/java/org/unicode/props/UcdPropertyValues.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ public static East_Asian_Width_Values forName(String name) {
756756
// Emoji_DCM
757757
// Emoji_KDDI
758758
// Emoji_SB
759+
// emoji_variation_sequence
759760
// Equivalent_Unified_Ideograph
760761
// FC_NFKC_Closure
761762
public enum General_Category_Values implements Named {
@@ -1537,6 +1538,7 @@ public static Joining_Type_Values forName(String name) {
15371538
// kVietnameseNumeric
15381539
// kXerox
15391540
// kXHC1983
1541+
// kZhuang
15401542
// kZhuangNumeric
15411543
// kZVariant
15421544
public enum Line_Break_Values implements Named {
@@ -1619,6 +1621,9 @@ public static Line_Break_Values forName(String name) {
16191621
// Name_Alias
16201622
// Named_Sequences
16211623
// Named_Sequences_Prov
1624+
// NC_Corrected
1625+
// NC_Original
1626+
// NC_Version
16221627
public enum NFC_Quick_Check_Values implements Named {
16231628
Maybe("M"),
16241629
No("N"),

0 commit comments

Comments
 (0)