Skip to content

Commit 6ede68f

Browse files
committed
The Emoji properties are properties
1 parent ff2b657 commit 6ede68f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

unicodetools/src/main/resources/org/unicode/props/ExtraPropertyAliases.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Binary Properties
33
# ================================================
44

5-
BE ; Basic_Emoji ; NonUCDNonProperty
6-
REMS ; RGI_Emoji_Modifier_Sequence ; Emoji_Modifier_Sequence ; NonUCDNonProperty
7-
REFS ; RGI_Emoji_Flag_Sequence ; Emoji_Flag_Sequence ; NonUCDNonProperty
8-
REKS ; RGI_Emoji_Keycap_Sequence ; Emoji_Keycap_Sequence ; NonUCDNonProperty
9-
RETS ; RGI_Emoji_Tag_Sequence ; Emoji_Tag_Sequence ; NonUCDNonProperty
10-
REZS ; RGI_Emoji_Zwj_Sequence ; Emoji_Zwj_Sequence ; NonUCDNonProperty
5+
BE ; Basic_Emoji ; NonUCDProperty
6+
REMS ; RGI_Emoji_Modifier_Sequence ; Emoji_Modifier_Sequence ; NonUCDProperty
7+
REFS ; RGI_Emoji_Flag_Sequence ; Emoji_Flag_Sequence ; NonUCDProperty
8+
REKS ; RGI_Emoji_Keycap_Sequence ; Emoji_Keycap_Sequence ; NonUCDProperty
9+
RETS ; RGI_Emoji_Tag_Sequence ; Emoji_Tag_Sequence ; NonUCDProperty
10+
REZS ; RGI_Emoji_Zwj_Sequence ; Emoji_Zwj_Sequence ; NonUCDProperty
1111
# TODO(egg): Add this.
1212
# RE ; RGI_Emoji ; NonUCDProperty
1313

0 commit comments

Comments
 (0)