Skip to content

Commit

Permalink
Ran GenerateEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilco committed Jun 26, 2024
1 parent 7764f6c commit 7e161a6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ public static East_Asian_Width_Values forName(String name) {
// Emoji_DCM
// Emoji_KDDI
// Emoji_SB
// emoji_variation_sequence
// Equivalent_Unified_Ideograph
// FC_NFKC_Closure
public enum General_Category_Values implements Named {
Expand Down Expand Up @@ -1537,6 +1538,7 @@ public static Joining_Type_Values forName(String name) {
// kVietnameseNumeric
// kXerox
// kXHC1983
// kZhuang
// kZhuangNumeric
// kZVariant
public enum Line_Break_Values implements Named {
Expand Down Expand Up @@ -1619,6 +1621,9 @@ public static Line_Break_Values forName(String name) {
// Name_Alias
// Named_Sequences
// Named_Sequences_Prov
// NC_Corrected
// NC_Original
// NC_Version
public enum NFC_Quick_Check_Values implements Named {
Maybe("M"),
No("N"),
Expand Down

0 comments on commit 7e161a6

Please sign in to comment.