@@ -686,7 +686,7 @@ public enum UcdProperty {
686686 PropertyType .Binary , DerivedPropertyStatus .Approved , Binary .class , null , "AHex" ),
687687 Alphabetic (PropertyType .Binary , DerivedPropertyStatus .Approved , Binary .class , null , "Alpha" ),
688688 Basic_Emoji (
689- PropertyType .Binary , DerivedPropertyStatus .NonUCDNonProperty , Binary .class , null , "BE" ),
689+ PropertyType .Binary , DerivedPropertyStatus .NonUCDProperty , Binary .class , null , "BE" ),
690690 Bidi_Control (PropertyType .Binary , DerivedPropertyStatus .Approved , Binary .class , null , "Bidi_C" ),
691691 Bidi_Mirrored (
692692 PropertyType .Binary , DerivedPropertyStatus .Approved , Binary .class , null , "Bidi_M" ),
@@ -794,35 +794,35 @@ public enum UcdProperty {
794794 PropertyType .Binary , DerivedPropertyStatus .Approved , Binary .class , null , "QMark" ),
795795 RGI_Emoji_Flag_Sequence (
796796 PropertyType .Binary ,
797- DerivedPropertyStatus .NonUCDNonProperty ,
797+ DerivedPropertyStatus .NonUCDProperty ,
798798 Binary .class ,
799799 null ,
800800 "REFS" ,
801801 "Emoji_Flag_Sequence" ),
802802 RGI_Emoji_Keycap_Sequence (
803803 PropertyType .Binary ,
804- DerivedPropertyStatus .NonUCDNonProperty ,
804+ DerivedPropertyStatus .NonUCDProperty ,
805805 Binary .class ,
806806 null ,
807807 "REKS" ,
808808 "Emoji_Keycap_Sequence" ),
809809 RGI_Emoji_Modifier_Sequence (
810810 PropertyType .Binary ,
811- DerivedPropertyStatus .NonUCDNonProperty ,
811+ DerivedPropertyStatus .NonUCDProperty ,
812812 Binary .class ,
813813 null ,
814814 "REMS" ,
815815 "Emoji_Modifier_Sequence" ),
816816 RGI_Emoji_Tag_Sequence (
817817 PropertyType .Binary ,
818- DerivedPropertyStatus .NonUCDNonProperty ,
818+ DerivedPropertyStatus .NonUCDProperty ,
819819 Binary .class ,
820820 null ,
821821 "RETS" ,
822822 "Emoji_Tag_Sequence" ),
823823 RGI_Emoji_Zwj_Sequence (
824824 PropertyType .Binary ,
825- DerivedPropertyStatus .NonUCDNonProperty ,
825+ DerivedPropertyStatus .NonUCDProperty ,
826826 Binary .class ,
827827 null ,
828828 "REZS" ,
0 commit comments