[latex3-commits] [latex3/latex2e] develop: Correct description of font encodings supported for case changing (#1084) (8cd0c7a1)
github at latex-project.org
github at latex-project.org
Mon Jun 19 13:15:36 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/8cd0c7a111006e34db8f662764093bad8dd73dfd
>---------------------------------------------------------------
commit 8cd0c7a111006e34db8f662764093bad8dd73dfd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 19 12:15:36 2023 +0100
Correct description of font encodings supported for case changing (#1084)
>---------------------------------------------------------------
8cd0c7a111006e34db8f662764093bad8dd73dfd
base/changes.txt | 5 +++++
base/doc/usrguide.tex | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 341b257a..ec6806a9 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.tex
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index 5577be9f..aeca07c0 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -1212,8 +1212,7 @@ Upper- and lower-casing are well-understood in general conversation.
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|).
+supported.
\begin{quotation}
\begin{tabular}{rl}
|\MakeUppercase{hello WORLD ßüé}| & \MakeUppercase{hello WORLD ßüé} \\
More information about the latex3-commits
mailing list.