summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/textcase
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-15 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2019-09-15 03:00:57 +0000
commitfed27f633aadbacbd3d1221da7993fed8d4efffe (patch)
tree3cae3cde89de26b178894a2e88d9ef5ba89dafcc /macros/latex/contrib/textcase
parent0eea86bf18826522b3686f54fc3afb8ddc31e62a (diff)
CTAN sync 201909150300
Diffstat (limited to 'macros/latex/contrib/textcase')
-rw-r--r--macros/latex/contrib/textcase/textcase.dtx16
-rw-r--r--macros/latex/contrib/textcase/textcase.pdfbin170558 -> 193405 bytes
2 files changed, 13 insertions, 3 deletions
diff --git a/macros/latex/contrib/textcase/textcase.dtx b/macros/latex/contrib/textcase/textcase.dtx
index 2903c69f1e..35d8c1f46a 100644
--- a/macros/latex/contrib/textcase/textcase.dtx
+++ b/macros/latex/contrib/textcase/textcase.dtx
@@ -1,6 +1,6 @@
% \iffalse
%% Source File: textcase.dtx
-%% Copyright 1997 1998 David Carlisle
+%% Copyright 1997 1998 2019 David Carlisle
%%
%% This file may be distributed under the terms of the LPPL.
%% See 00readme.txt for details.
@@ -13,7 +13,7 @@
%<driver> \ProvidesFile{textcase.drv}
% \fi
% \ProvidesFile{textcase.dtx}
- [2004/10/07 v0.07 Text only upper/lower case changing (DPC)]
+ [2019/09/14 v1.00 Text only upper/lower case changing (DPC)]
%
% \iffalse
%<*driver>
@@ -26,7 +26,6 @@
% \fi
%
% \GetFileInfo{textcase.dtx}
-% \CheckSum{110}
%
% \changes{v0.01}{1997/09/28}
% {Posted to c.t.t}
@@ -247,6 +246,17 @@
\def\({$}\let\)\(%
% \end{macrocode}
%
+% \changes{v1.0}{2019/09/14}
+% {UTF-8 support for 2019 LaTeX format}
+% Allow UTF-8 characters to expand in the |\protected@edef| so that
+% they become for example |\IeC{\'{e}}| and uppercase correctly.
+%
+% \begin{macrocode}
+ \let\UTF@two@octets@noexpand\@empty
+ \let\UTF@three@octets@noexpand\@empty
+ \let\UTF@four@octets@noexpand\@empty
+% \end{macrocode}
+%
% Set up the `non-math' things that also have to be skipped.
% \begin{macrocode}
\def\NoCaseChange##1{\noexpand\NoCaseChange{\noexpand##1}}%
diff --git a/macros/latex/contrib/textcase/textcase.pdf b/macros/latex/contrib/textcase/textcase.pdf
index 3d0f8f17e1..9bb2ac85b8 100644
--- a/macros/latex/contrib/textcase/textcase.pdf
+++ b/macros/latex/contrib/textcase/textcase.pdf
Binary files differ