[latex3-commits] [git/LaTeX3-latex3-latex3] master: No need to expand numbers for Ucharcat (d1bbf76)
Bruno Le Floch
bruno at le-floch.fr
Sun Jan 13 23:20:10 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d1bbf76071c175ff5fda8c22df0ac611ad18a631
>---------------------------------------------------------------
commit d1bbf76071c175ff5fda8c22df0ac611ad18a631
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Sun Jan 13 23:20:10 2019 +0100
No need to expand numbers for Ucharcat
>---------------------------------------------------------------
d1bbf76071c175ff5fda8c22df0ac611ad18a631
l3kernel/l3unicode.dtx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index e2ac20a..794749b 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -103,9 +103,8 @@
}
{
\exp_not:N \tex_Ucharcat:D
- \exp_not:N \tex_number:D #1 ~
- \c_space_tl
- \exp_not:N \tex_the:D \tex_catcode:D #1 ~
+ #1 ~
+ \tex_catcode:D #1 ~
}
}
% \end{macrocode}
More information about the latex3-commits
mailing list