File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
unicodetools/data/ucd/dev Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments