[latex3-commits] [git/LaTeX3-latex3-latex3] main: Include U+2126 (OHM) as Greek (38179a889)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Apr 28 13:02:35 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/38179a88914925a4f317cde929ab074166ae4712
>---------------------------------------------------------------
commit 38179a88914925a4f317cde929ab074166ae4712
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Apr 28 12:02:35 2022 +0100
Include U+2126 (OHM) as Greek
>---------------------------------------------------------------
38179a88914925a4f317cde929ab074166ae4712
l3kernel/l3text-case.dtx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index eaa5cb49b..08cc2c807 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -951,7 +951,11 @@
\if_int_compare:w #1 > "1FFF \exp_stop_f:
\prg_return_false:
\else:
- \prg_return_true:
+ \if_int_compre:w #1 = "2126 \exp_stop_f:
+ \prg_return_true:
+ \else:
+ \prg_return_false:
+ \fi:
\fi:
\fi:
\else:
More information about the latex3-commits
mailing list.