[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: correct doc for UTF-8 byte ranges (05894a15)
David Carlisle
d.p.carlisle at gmail.com
Sat Oct 22 19:26:40 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/05894a151381c521974d46d72a12abec3d36fa62
>---------------------------------------------------------------
commit 05894a151381c521974d46d72a12abec3d36fa62
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sat Oct 22 18:26:40 2022 +0100
correct doc for UTF-8 byte ranges
>---------------------------------------------------------------
05894a151381c521974d46d72a12abec3d36fa62
base/changes.txt | 4 ++++
base/utf8ienc.dtx | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index f3d7198f..13d855e8 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,10 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2022-10-22 David Carlisle <David.Carlisle at latex-project.org>
+
+ * utf8ienc.dtx: Correct the description of UTF-8 octets.
+
2022-10-22 Joseph Wright <Joseph.Wright at latex-project.org>
* ltkeys.dtx: Correct handling of unknown option list
diff --git a/base/utf8ienc.dtx b/base/utf8ienc.dtx
index 363998a8..a2b25fd3 100644
--- a/base/utf8ienc.dtx
+++ b/base/utf8ienc.dtx
@@ -152,9 +152,9 @@
% from \texttt{"C2} to \texttt{"DF} are defined to parse for a
% second octet following, the characters from \texttt{"E0} to
% \texttt{"EF} are defined to parse for two more octets and finally
-% the characters from \texttt{"F0} to \texttt{"F3} are defined to
+% the characters from \texttt{"F0} to \texttt{"F4} are defined to
% parse for three additional octets. These additional octets are
-% always in the range \texttt{"80} to \texttt{"B9}.
+% always in the range \texttt{"80} to \texttt{"BF}.
%
% Thus, when such a character is encountered in the document (so
% long as expansion is not prohibited) a defined number of
More information about the latex3-commits
mailing list.