Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* utf8ienc.dtx: added missing declarations for \j (0237), \SS (1E9E),
	\k{} (02DB) and \.{} {02D9)
  • Loading branch information
FrankMittelbach committed Jul 30, 2018
1 parent 595895c commit ed72e71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ build/
base/*.pdf
doc/*.pdf
required/*/*.pdf
*.zip
7 changes: 6 additions & 1 deletion base/changes.txt
Expand Up @@ -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@latex-project.org>

* utf8ienc.dtx: added missing declarations for \j (0237), \SS (1E9E),
\k{} (02DB) and \.{} {02D9)

2018-05-29 David Carlisle <David.Carlisle@latex-project.org>

* ltclass.dtx: use \csname test rather than \@ifundefined to get \relax side effect.
Expand All @@ -17,7 +22,7 @@ are not part of the distribution.
* ltfinal.dtx: Make \UTFviii@undefined@err and \UTFviii@invalid@err
also safe for initial file name for invalid UTF-8 and non-UTF-8 filesystems.
issue #48

2018-05-08 David Carlisle <David.Carlisle@latex-project.org>

* ltclass.dtx:
Expand Down
6 changes: 5 additions & 1 deletion base/utf8ienc.dtx
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit ed72e71

Please sign in to comment.