File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
resources/org/unicode/props Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ public enum UcdProperty {
137137 "normalization_correction_original" ),
138138
139139 // Miscellaneous
140+ Arabic_Shaping_Schematic_Name (
141+ PropertyType .Miscellaneous ,
142+ DerivedPropertyStatus .UCDNonProperty ,
143+ "Arabic_Shaping_Schematic_Name" ),
140144 CJK_Radical (
141145 PropertyType .Miscellaneous ,
142146 DerivedPropertyStatus .UCDNonProperty ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ public static Age_Values forName(String name) {
9595 }
9696 }
9797
98+ // Arabic_Shaping_Schematic_Name
9899 public enum Bidi_Class_Values implements Named {
99100 Arabic_Letter ("AL" ),
100101 Arabic_Number ("AN" ),
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ Names_List_Cross_Ref ; Names_List_Cross_Ref ; UCDNonProperty
8787# Miscellaneous Properties
8888# ================================================
8989
90+ Arabic_Shaping_Schematic_Name ; Arabic_Shaping_Schematic_Name ; UCDNonProperty
91+
9092CJKR ; CJK_Radical ; UCDNonProperty
9193
9294EDCM ; Emoji_DCM ; UCDNonProperty
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ UnicodeData; Simple_Lowercase_Mapping ; 13
101101UnicodeData; Simple_Titlecase_Mapping ; 14
102102UnicodeData; Unicode_1_Name ; 10
103103UnicodeData; ISO_Comment ; 11
104+ ArabicShaping; Arabic_Shaping_Schematic_Name; 1
104105# Handle the complex default of ArabicShaping.txt by introducing an unofficial
105106# contributory property, to be used when deriving Joining_Type.
106107ArabicShaping; Other_Joining_Type; 2
You can’t perform that action at this time.
0 commit comments