[latex3-commits] [latex3/latex2e] gh1083: Correct description of font encodings supported for case changing (ebf1fc17)
github at latex-project.org
github at latex-project.org
Mon Jun 12 18:09:39 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1083
Link : https://github.com/latex3/latex2e/commit/ebf1fc179aac15d587f72e1c479d1424b710a51c
>---------------------------------------------------------------
commit ebf1fc179aac15d587f72e1c479d1424b710a51c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 12 17:09:39 2023 +0100
Correct description of font encodings supported for case changing
>---------------------------------------------------------------
ebf1fc179aac15d587f72e1c479d1424b710a51c
base/changes.txt | 5 +++++
base/doc/usrguide.tex | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/base/changes.txt b/base/changes.txt
index 86fda4e1..d80672d4 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2023-06-12 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * usrguide.tex
+ Correct description of font encodings supported for case changing
+
2023-06-09 Joseph Wright <Joseph.Wright at latex-project.org>
* usrguide.txt
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index 5577be9f..1c3a3400 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -1213,7 +1213,7 @@ Titlecasing here follows the definition given by the Unicode Consortium: the
first character of the input will be converted to (broadly) uppercase, and the
rest of the input to lowercase. The full range of Unicode UTF-8 input can be
supported, with the proviso that at present the characters set up with 8-bit
-engines match those available in standard input encodings (|T1|, |T2|, |LGR|).
+engines match those available in the common font encodings |T1|, |T2| and |LGR|.
\begin{quotation}
\begin{tabular}{rl}
|\MakeUppercase{hello WORLD ßüé}| & \MakeUppercase{hello WORLD ßüé} \\
More information about the latex3-commits
mailing list.