[latex3-commits] [latex3/latex3] main: Remove a redundant code path (0642fa736)
github at latex-project.org
github at latex-project.org
Mon Jun 12 00:01:03 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/0642fa736aae120f2d84241399e77ca0a0a67df5
>---------------------------------------------------------------
commit 0642fa736aae120f2d84241399e77ca0a0a67df5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jun 11 23:01:03 2023 +0100
Remove a redundant code path
This was a loop - if something is needed here,
it needs to be different to what we had!
>---------------------------------------------------------------
0642fa736aae120f2d84241399e77ca0a0a67df5
l3kernel/l3text-case.dtx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index 67abdf777..085ab53d5 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -1247,7 +1247,7 @@
% \begin{macrocode}
\cs_new:Npn \@@_change_case_upper_el_ypogegrammeni:n #1
{
- \int_case:nnF
+ \int_case:nn
{ \@@_codepoint_from_chars:Nw #1 }
{
{ "0391 } { \@@_change_case_upper_el_ypogegrammeni_aux:n { "1FBC } }
@@ -1257,7 +1257,6 @@
{ "03A9 } { \@@_change_case_upper_el_ypogegrammeni_aux:n { "1FFC } }
{ "03C9 } { \@@_change_case_upper_el_ypogegrammeni_aux:n { "1FFC } }
}
- { \@@_change_case_upper_el_ypogegrammeni:n {#1} }
}
\cs_new:Npn \@@_change_case_upper_el_ypogegrammeni_aux:n #1
{ \codepoint_generate:nn {#1} { \char_value_catcode:n {#1} } }
More information about the latex3-commits
mailing list.