Skip to content

Commit

Permalink
GenerateEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 29, 2025
1 parent bacfe60 commit 55f4112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public enum UcdProperty {
kXHC1983(PropertyType.Miscellaneous, null, ValueCardinality.Unordered, "cjkXHC1983"),
kXerox(PropertyType.Miscellaneous, "cjkXerox"),
kZVariant(PropertyType.Miscellaneous, "cjkZVariant"),
kZhuang(PropertyType.Miscellaneous, "cjkZhuang"),
kZhuangNumeric(PropertyType.Miscellaneous, "cjkZhuangNumeric"),

// Catalog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,7 @@ public static kEH_Core_Values forName(String name) {
// kVietnameseNumeric
// kXerox
// kXHC1983
// kZhuang
// kZhuangNumeric
// kZVariant
public enum Line_Break_Values implements Named {
Expand Down

0 comments on commit 55f4112

Please sign in to comment.