[latex3-commits] [git/LaTeX3-latex3-latex2e] gh932b: correct doc for UTF-8 byte ranges rebase from develop (b63f1feb)
David Carlisle
d.p.carlisle at gmail.com
Sat Oct 22 19:45:41 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : gh932b
Link : https://github.com/latex3/latex2e/commit/b63f1feb22f49f0798fc1ed69303c4c452042f3b
>---------------------------------------------------------------
commit b63f1feb22f49f0798fc1ed69303c4c452042f3b
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
rebase from develop
>---------------------------------------------------------------
b63f1feb22f49f0798fc1ed69303c4c452042f3b
base/changes.txt | 2 ++
base/utf8ienc.dtx | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 3a626bbc..080a3388 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -10,6 +10,8 @@ are not part of the distribution.
* ltclass.dtx, ltdefns.dtx: Further \protect guards for gh/932
+ * 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.