[latex3-commits] [git/LaTeX3-latex3-latex3] main: Remove koronis (U+0343) as NFD is U+0313 (b693d92d5)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Mar 10 09:19:20 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/b693d92d5819e5fe17bf5b19a2bf5c351bd437e3
>---------------------------------------------------------------
commit b693d92d5819e5fe17bf5b19a2bf5c351bd437e3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Mar 10 08:19:20 2023 +0000
Remove koronis (U+0343) as NFD is U+0313
So there's no need for this extra check.
>---------------------------------------------------------------
b693d92d5819e5fe17bf5b19a2bf5c351bd437e3
l3kernel/l3text-case.dtx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index 90b28cd4b..4dbfe0c81 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -1360,11 +1360,7 @@
\if_int_compare:w #1 = "0314 \exp_stop_f:
\prg_return_true:
\else:
- \if_int_compare:w #1 = "0343 \exp_stop_f:
- \prg_return_true:
- \else:
- \prg_return_false:
- \fi:
+ \prg_return_false:
\fi:
\fi:
\fi:
More information about the latex3-commits
mailing list.