Skip to content

Commit b36e521

Browse files
authored
Update ArabicShaping.txt to better document it being contributory (#671)
This is considered editorial. The text comes from Ken Whistler.
1 parent 9ffde27 commit b36e521

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

unicodetools/data/ucd/dev/ArabicShaping.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,18 @@
101101
# assigns jg=No_Joining_Group to all the singletons.
102102
#
103103
# Note: Code points that are not explicitly listed in this file are
104-
# either of joining type T or U:
104+
# either of Joining_Type T or U:
105105
#
106-
# - Those that are not explicitly listed and that are of General Category Mn, Me, or Cf
107-
# have joining type T.
108-
# - All others not explicitly listed have joining type U.
106+
# - Those that are not explicitly listed and that are of General_Category Mn, Me, or Cf
107+
# are Joining_Type=T.
108+
# - All others not explicitly listed are Joining_Type=U.
109109
#
110-
# For an explicit listing of all characters of joining type T, see
110+
# For an explicit listing of all characters of Joining_Type=T, see
111111
# the derived property file DerivedJoiningType.txt.
112+
# For an implementation that needs to parse for the values of
113+
# Joining_Type, it is recommended to use DerivedJoiningType.txt
114+
# instead of ArabicShaping.txt, to avoid the separate required step of
115+
# calculating the set for Joining_Type=T based on General_Category values.
112116
#
113117
# #############################################################
114118

0 commit comments

Comments
 (0)