summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltunicode.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltunicode.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltunicode.dtx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltunicode.dtx b/Master/texmf-dist/source/latex/base/ltunicode.dtx
index d06ac7e0041..b122b27f17f 100644
--- a/Master/texmf-dist/source/latex/base/ltunicode.dtx
+++ b/Master/texmf-dist/source/latex/base/ltunicode.dtx
@@ -44,7 +44,7 @@
%
%<*driver>
\ProvidesFile{ltunicode.dtx}
- [2015/05/11 v1.0h LaTeX Kernel (Unicode data)]
+ [2015/06/20 v1.0i LaTeX Kernel (Unicode data)]
\documentclass{ltxdoc}
\begin{document}
\DocInput{\jobname.dtx}
@@ -425,6 +425,7 @@
{#1}{#3}{#4}%
}
% \end{macrocode}
+% \changes{v1.0i}{2015/06/20}{Include first code point in a range in output}
% In the case where the first code point for a range was found, we
% assume the next line is the last code point (it always is). It's then
% a question of checking if the range is a set of letters or not, and if
@@ -439,10 +440,10 @@
\count@="#3 %
\begingroup
\loop
- \ifnum\count@<"#1 %
- \advance\count@\@ne
+ \unless\ifnum\count@>"#1 %
\sethex\temp{\count@}%
\unicodeletter\temp\temp\temp
+ \advance\count@\@ne
\repeat
\endgroup
\fi