[latex3-commits] [git/LaTeX3-latex3-latex3] master: Ensure in LuaTeX that all higher catcodes are other in \c_other_cctab (74fe384c0)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jul 16 12:13:16 CEST 2020


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

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

commit 74fe384c0d92d59fd8226cfbb4a8d8a27bd986ef
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


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

74fe384c0d92d59fd8226cfbb4a8d8a27bd986ef
 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.