[latex3-commits] [git/LaTeX3-latex3-latex3] unicode-data: Correct a variant (2b68c4989)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Oct 9 22:48:14 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : unicode-data
Link : https://github.com/latex3/latex3/commit/2b68c498997764b6119a74b263132e45e0369927
>---------------------------------------------------------------
commit 2b68c498997764b6119a74b263132e45e0369927
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Oct 9 21:48:14 2022 +0100
Correct a variant
Which won't last long!
>---------------------------------------------------------------
2b68c498997764b6119a74b263132e45e0369927
l3kernel/l3text-case.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index 5191c8003..e41f302e6 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -563,7 +563,7 @@
% For upper- and lowercase changes, once we get to this stage there are only
% a couple of questions remaining: is there a language-specific mapping and
% is there the special case of a terminal sigma. If not, then we pass to
-% a simple character mapping.
+% a simple codepoint mapping.
% \begin{macrocode}
\cs_new:Npn \@@_change_case_char_lower:nnN #1#2#3
{
@@ -945,7 +945,7 @@
\@@_change_case_if_greek:nTF { `#4 }
{
\exp_args:Ne \@@_change_case_upper_el:nnn
- { \codepoint_to_nfd:N #4 } {#2} {#3}
+ { \codepoint_to_nfd:n {`#4} } {#2} {#3}
}
{
\int_compare:nNnTF { `#4 } = { "0345 }
@@ -2465,7 +2465,7 @@
\@@_tmp:w
\codepoint_to_bytes:n { "#1 }
\codepoint_to_bytes:n { "#2 }
- }
+X }
\group_end:
}
\@@_tmp:w { 1FBE } { 0399 } { upper }
More information about the latex3-commits
mailing list.