diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-06 22:04:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-06 22:04:57 +0000 |
commit | 1e38cd4b45c93bd4d0e36e7cfb12fb1a8feb02c4 (patch) | |
tree | 382415facdb42be2fde175053880a5a1c22ba82e /Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx | |
parent | b41749959c73e2c85e711c0d8f98829cb74af6dd (diff) |
l3kernel (5jan19)
git-svn-id: svn://tug.org/texlive/trunk@49620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx b/Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx index 9506e49fbd0..ef39b6e3dc1 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3unicode.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: l3unicode.dtx Copyright (C) 2018 The LaTeX3 Project +%% File: l3unicode.dtx Copyright (C) 2018-2019 The LaTeX3 Project % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -41,7 +41,7 @@ % }^^A % } % -% \date{Released 2018-12-12} +% \date{Released 2019-01-01} % % \maketitle % @@ -218,14 +218,14 @@ \ior_close:N \g_@@_data_ior \group_end: } -% \end{macrocode} +% \end{macrocode} % For the $8$-bit engines, the above is skipped but there is still some % set up required. As case changing can only be applied to bytes, and % they have to be in the ASCII range, we define a series of data stores % to represent them, and the data are used such that only these are % ever case-changed. We do open and close one file to force allocation of % a read: this keeps all engines in line. -% \begin{macrocode} +% \begin{macrocode} { \group_begin: \cs_set_protected:Npn \@@_tmp:NN #1#2 |