[latex3-commits] [git/LaTeX3-latex3-latex3] master: Code comments (c677daef0)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Oct 16 08:54:52 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c677daef0728304a680a33dad003d1509790c82a

>---------------------------------------------------------------

commit c677daef0728304a680a33dad003d1509790c82a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 16 07:54:52 2020 +0100

    Code comments


>---------------------------------------------------------------

c677daef0728304a680a33dad003d1509790c82a
 l3kernel/l3text-case.dtx | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index a0840cc85..b6111cd44 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -1292,7 +1292,9 @@
 % \end{variable}
 %
 % For $8$-bit engines we now need to define the case-change data for
-% the multi-octet mappings. These need a list of what code points are
+% the multi-octet mappings. This data is here not in the \pkg{char} module
+% as the multi-byte nature means they are never |N|-type.
+% These need a list of what code points are
 % doable in |T1| so the list is hard coded (there's no saving in loading
 % the mappings dynamically). All of the straight-forward ones have two
 % octets, so that is taken as read.
@@ -1605,7 +1607,7 @@
       \@@_tmp:w { 03F5 } { 0395 } { upper }
 %    \end{macrocode}
 % Odds and ends that are not simple one-to-one mappings. These
-% are still two-octet codepoints.
+% are still two-octet code points.
 %    \begin{macrocode}
       \cs_set_protected:Npn \@@_tmp:w #1#2#3
         {
@@ -1629,7 +1631,7 @@
       \@@_tmp:w { 00DF } { Ss } { title }
       \@@_tmp:w { 0131 } { I }  { upper }
 %    \end{macrocode}
-% Greek support: the three-octet codepoints.
+% Greek support: the three-octet code points.
 %    \begin{macrocode}
       \cs_set_protected:Npn \@@_tmp:nnnnnn #1#2#3#4#5#6#7
         {





More information about the latex3-commits mailing list.