[latex3-commits] [git/LaTeX3-latex3-latex3] master: \exp_stop_f: in pref. to ~ here (bb3e731)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Apr 2 16:12:22 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/bb3e731de0af752806b43de741dfe8384fa7a3f7
>---------------------------------------------------------------
commit bb3e731de0af752806b43de741dfe8384fa7a3f7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Apr 2 15:12:22 2018 +0100
\exp_stop_f: in pref. to ~ here
>---------------------------------------------------------------
bb3e731de0af752806b43de741dfe8384fa7a3f7
l3kernel/l3candidates.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 3832f98..6a41144 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3733,13 +3733,13 @@
}
\cs_new:Npn \__unicode_codepoint_to_UTFviii_auxi:n #1
{
- \if_int_compare:w #1 > "80 ~
- \if_int_compare:w #1 < "800 ~
+ \if_int_compare:w #1 > "80 \exp_stop_f:
+ \if_int_compare:w #1 < "800 \exp_stop_f:
2
\__unicode_codepoint_to_UTFviii_auxii:Nnn C {#1} { 64 }
\__unicode_codepoint_to_UTFviii_auxiii:n {#1}
\else:
- \if_int_compare:w #1 < "10000 ~
+ \if_int_compare:w #1 < "10000 \exp_stop_f:
3
\__unicode_codepoint_to_UTFviii_auxii:Nnn E {#1} { 64 * 64 }
\__unicode_codepoint_to_UTFviii_auxiii:n {#1}
More information about the latex3-commits
mailing list