[latex3-commits] [git/LaTeX3-latex3-latex3] master: Top half of 8-bit range should be active for pdfTeX, etc. (fixes #814) (692105958)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Oct 8 14:04:45 CEST 2020


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

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

commit 692105958921fdecc6157c5a2bf0b0710b03a67a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 8 13:04:45 2020 +0100

    Top half of 8-bit range should be active for pdfTeX, etc. (fixes #814)


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

692105958921fdecc6157c5a2bf0b0710b03a67a
 l3kernel/l3cctab.dtx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l3kernel/l3cctab.dtx b/l3kernel/l3cctab.dtx
index 1919ca3e7..4557ce0db 100644
--- a/l3kernel/l3cctab.dtx
+++ b/l3kernel/l3cctab.dtx
@@ -808,6 +808,9 @@
       \char_set_catcode_group_end:n        { 125 } % right brace
       \char_set_catcode_space:n            { 126 } % tilde
       \char_set_catcode_invalid:n          { 127 } % ^^?
+      \bool_lazy_or:nnF
+        { \sys_if_engine_xetex_p: } { \sys_if_engine_luatex_p: }
+        { \int_step_function:nnN { 128 } { 255 } \char_set_catcode_active:n }
       \@@_gset:n { \c_code_cctab }
     \group_end:
     \cctab_const:Nn \c_document_cctab





More information about the latex3-commits mailing list.