[latex3-commits] [l3svn] branch master updated: Dotless-I/J only valid for 8-bit engines

noreply at latex-project.org noreply at latex-project.org
Fri Nov 13 14:37:33 CET 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  f43f57d   Dotless-I/J only valid for 8-bit engines
f43f57d is described below

commit f43f57d819b5cf6b3dae2034a6a8631467f5ff6c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Nov 13 13:36:55 2015 +0000

    Dotless-I/J only valid for 8-bit engines
---
 l3kernel/l3final.dtx |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3final.dtx b/l3kernel/l3final.dtx
index d4306d7..da48a20 100644
--- a/l3kernel/l3final.dtx
+++ b/l3kernel/l3final.dtx
@@ -247,14 +247,12 @@
 % deal with the additional cases.
 %
 % All the characters in the range $0$--$31$ \emph{except} tab (|^^I|), nl
-% (|^^J|), ff (|^^L|), cr (|^^M|), dotless-I (|^^Y|) and dotless-J (|^^Z|).
+% (|^^J|), ff (|^^L|) and cr (|^^M|).
 %    \begin{macrocode}
 \int_step_inline:nnnn { 0 } { 1 } { `\^^H }
   { \char_set_catcode_invalid:n {#1} }
 \char_set_catcode_invalid:n { `\^^K }
-\int_step_inline:nnnn { `\^^N } { 1 } { `\^^W }
-  { \char_set_catcode_invalid:n {#1} }
-\int_step_inline:nnnn { 27 } { 1 } { 31 }
+\int_step_inline:nnnn { `\^^N } { 1 } { 31 }
   { \char_set_catcode_invalid:n {#1} }
 %    \end{macrocode}
 % The same is true for the top of the $7$-bit range.
@@ -277,6 +275,11 @@
   }
   {
 %    \end{macrocode}
+% For the $8$-bit engines dotless-I and dotless-J need to be valid.
+%    \begin{macrocode}
+    \char_set_catcode_letter:n { `\^^Y }
+    \char_set_catcode_letter:n { `\^^Z }
+%    \end{macrocode}
 % At least for the present, make \upTeX{} behave like \pdfTeX{} so
 % the set up is easier.
 %    \begin{macrocode}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list