[latex3-commits] [git/LaTeX3-latex3-latex2e] master: * utf8ienc.dtx: added missing declarations for \j (0237), \SS (1E9E), \k{} (02DB) and \.{} {02D9) (ed72e71)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Jul 30 11:29:50 CEST 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/ed72e7171789b792a07f040d6e5d07f96623aec8
>---------------------------------------------------------------
commit ed72e7171789b792a07f040d6e5d07f96623aec8
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Jul 30 11:29:37 2018 +0200
* utf8ienc.dtx: added missing declarations for \j (0237), \SS (1E9E),
\k{} (02DB) and \.{} {02D9)
>---------------------------------------------------------------
ed72e7171789b792a07f040d6e5d07f96623aec8
.gitignore | 1 +
base/changes.txt | 5 +++++
base/utf8ienc.dtx | 6 +++++-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index eb1470f..fed3f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ build/
base/*.pdf
doc/*.pdf
required/*/*.pdf
+*.zip
diff --git a/base/changes.txt b/base/changes.txt
index 4b10049..7f676d3 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -4,6 +4,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2018-07-30 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * utf8ienc.dtx: added missing declarations for \j (0237), \SS (1E9E),
+ \k{} (02DB) and \.{} {02D9)
+
2018-05-29 David Carlisle <David.Carlisle at latex-project.org>
* ltclass.dtx: use \csname test rather than \@ifundefined to get \relax side effect.
diff --git a/base/utf8ienc.dtx b/base/utf8ienc.dtx
index b67c936..db2d584 100644
--- a/base/utf8ienc.dtx
+++ b/base/utf8ienc.dtx
@@ -217,7 +217,7 @@
%<+ts1> \ProvidesFile{ts1enc.dfu}
%<+x2> \ProvidesFile{x2enc.dfu}
%<+all> \ProvidesFile{utf8enc.dfu}
- [2018/04/05 v1.2c UTF-8 support for inputenc]
+ [2018/07/30 v1.2d UTF-8 support for inputenc]
% \end{macrocode}
%
% \begin{macrocode}
@@ -1232,10 +1232,13 @@
% \begin{macrocode}
%<all,t1>\DeclareUnicodeCharacter{0232}{\@tabacckludge=Y}
%<all,t1>\DeclareUnicodeCharacter{0233}{\@tabacckludge=y}
+%<all,t2c,t2b,t2a,t1,ot2,ot1,ly1,lcy>\DeclareUnicodeCharacter{0237}{\j}
%<all,ly1,utf8>\DeclareUnicodeCharacter{02C6}{\textasciicircum}
%<all,ts1>\DeclareUnicodeCharacter{02C7}{\textasciicaron}
%<all,ly1,utf8>\DeclareUnicodeCharacter{02DC}{\textasciitilde}
%<all,ts1>\DeclareUnicodeCharacter{02D8}{\textasciibreve}
+%<all,t1>\DeclareUnicodeCharacter{02D9}{\.{}}
+%<all,t1>\DeclareUnicodeCharacter{02DB}{\k{}}
%<all,ts1>\DeclareUnicodeCharacter{02DD}{\textacutedbl}
% \end{macrocode}
% The Cyrillic code points have been recently checked (2007) and extended
@@ -1530,6 +1533,7 @@
%<all,ts1>\DeclareUnicodeCharacter{0E3F}{\textbaht}
%<all,t1>\DeclareUnicodeCharacter{1E02}{\.B}
%<all,t1>\DeclareUnicodeCharacter{1E03}{\.b}
+%<all,t1>\DeclareUnicodeCharacter{1E9E}{\SS}
%<all,x2,t2c,t2b,t2a,t1,utf8>\DeclareUnicodeCharacter{200C}{\textcompwordmark}
% \end{macrocode}
% \changes{v1.1s}{2016/02/28}{Add more hyphens and dashes}
More information about the latex3-commits
mailing list