You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>When names containing code points are lowercased to make them LCNAMEs,
564
563
the code point values remain uppercase. Such code points by convention
565
564
follow a hyphen and are the last element in the name.</li>
566
-
<li>Special limited <spanclass="changedspan">lookbehind</span> logic prevents a 4 digit number for a standard, such
565
+
<li>Special limited lookbehind logic prevents a 4 digit number for a standard, such
567
566
as ISO 9999 from being misinterpreted as ISO CHAR. Currently recognized are
568
567
"ISO", "DIN", "IEC" and "S X" as well as "S C" for the JIS X and JIS C series of
569
-
standards. <spanclass="changedspan">(In addition "EEE" and "S X" are recognized for use with IEEE and KSC X standards. For the GB series of standards, " GB" is defined to prevent conversion to CHAR, but has no effect at the start of a line).</span> For other standards, or for four-digit years in a comment, use a
568
+
standards. (In addition "EEE" and "S X" are recognized for use with IEEE and KSC X standards. For the GB series of standards, " GB" is defined to prevent conversion to CHAR, but has no effect at the start of a line). For other standards, or for four-digit years in a comment, use a
570
569
NOTICE_LINE instead, which prevents expansion, or use "\" to escape the digits.</li>
571
570
<li>Single and double straight quotes in an EXPAND_LINE are replaced by curly quotes using English rules.
572
571
Smart apostrophes are supported, but nested quotes are not.
0 commit comments