summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx')
-rw-r--r--Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx b/Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx
index 525e461a675..8d454d1c718 100644
--- a/Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx
+++ b/Master/texmf-dist/source/latex-dev/base/utf8ienc.dtx
@@ -223,7 +223,7 @@
%<*utf8>
% \end{macrocode}
% This is a temporary fix for the e-p\TeX{} / e-up\TeX{} engines that do not yet
-% have a |\ifincsname| primitive. Once this is available the the extra file will
+% have a |\ifincsname| primitive. Once this is available the extra file will
% be dropped.
% \changes{v1.2h}{2019/07/09}{Temp rollback fix for e-pTeX}
% \begin{macrocode}
@@ -235,7 +235,7 @@
\fi
\endinput
% \end{macrocode}
-%
+%
% \begin{macrocode}
\makeatletter
% \end{macrocode}
@@ -451,7 +451,7 @@
\else
\PackageError{inputenc}{Invalid UTF-8 byte sequence}%
\UTFviii@invalid@help
- \fi
+ \fi
% \end{macrocode}
%
% \begin{macrocode}
@@ -769,7 +769,7 @@
% the character os already active. The definition of |\UTFviii@tmp|
% looks slightly strange but is designed for the sequence of |\expandafter|
% in |\DeclareUnicodeCharacter|.
-%
+%
% \begin{macrocode}
\ifnum\count@<"A0\relax
\ifnum\catcode\count@=13
@@ -784,7 +784,7 @@
% The code below is derived from \texttt{xmltex} and generates the UTF-8 byte sequence
% for the number in |\count@|.
%
-% The reverse operation (just used in error messages)
+% The reverse operation (just used in error messages)
% has now been added as \cs{decode@UTFviii}.
% \begin{macrocode}
\else\ifnum\count@<"800\relax
@@ -889,16 +889,16 @@
\gdef\dec@de@UTFviii#1{%
\ifx\relax#1%
\else
- \ifnum`#1>"EF
+ \ifnum`#1>"EF
((((`#1-"F0)%
\else
- \ifnum`#1>"DF
+ \ifnum`#1>"DF
(((`#1-"E0)%
\else
- \ifnum`#1>"BF
+ \ifnum`#1>"BF
((`#1-"C0)%
\else
- \ifnum`#1>"7F
+ \ifnum`#1>"7F
)*64+(`#1-"80)%
\else
+`#1 %
@@ -1030,7 +1030,7 @@
% \end{macrocode}
% However, we don't know if there are font encodings still to be
% loaded (either with \texttt{fontenc} or directly with |\input| by
-% some some package). Font encoding files are loaded only if the
+% some package). Font encoding files are loaded only if the
% corresponding encoding has not been loaded yet, and they always
% begin with |\DeclareFontEncoding|. We now redefine the internal
% kernel version of the latter to load the Unicode file if available.
@@ -1806,8 +1806,8 @@
% \begin{macrocode}
%<all,ts1,utf8>\DeclareUnicodeCharacter{FEFF}{\ifhmode\nobreak\fi}
% \end{macrocode}
-%
-%
+%
+%
% \endgroup
% \subsection{Notes}
%
@@ -1932,7 +1932,7 @@
% This space is intentionally empty ...
%</utf8>
% \end{macrocode}
-%
+%
% \subsection{Old \texttt{utf8.def} file as a temp fix for p\TeX{} and friends}
%
%