[latex3-commits] [git/LaTeX3-latex3-latex3] cctab: Ensure in LuaTeX that all higher catcodes are other in \c_other_cctab (32c565e37)

Bruno Le Floch bruno at le-floch.fr
Thu Jul 2 00:21:59 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : cctab
Link       : https://github.com/latex3/latex3/commit/32c565e372ff25901c53af114e28ea1c3a837fe7

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

commit 32c565e372ff25901c53af114e28ea1c3a837fe7
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Thu Jul 2 00:21:59 2020 +0200

    Ensure in LuaTeX that all higher catcodes are other in \c_other_cctab


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

32c565e372ff25901c53af114e28ea1c3a837fe7
 l3kernel/l3cctab.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3cctab.dtx b/l3kernel/l3cctab.dtx
index 6d178fcfc..0d18d4c5d 100644
--- a/l3kernel/l3cctab.dtx
+++ b/l3kernel/l3cctab.dtx
@@ -555,13 +555,13 @@
   }
 \cctab_const:Nn \c_other_cctab
   {
+    \cctab_select:N \c_initex_cctab
     \int_step_inline:nnn { 0 } { 127 }
       { \char_set_catcode_other:n {#1} }
   }
 \cctab_const:Nn \c_str_cctab
   {
-    \int_step_inline:nnn { 0 } { 127 }
-      { \char_set_catcode_other:n {#1} }
+    \cctab_select:N \c_other_cctab
     \char_set_catcode_space:n { 32 }
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list.