[latex3-commits] [l3svn] 03/03: Remove second \tl_to_lowercase:n from l3tl-analysis
noreply at latex-project.org
noreply at latex-project.org
Mon Nov 9 14:37:27 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 75b21e63d1e8a88e2859e53201de3c9f521e4677
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 9 13:33:20 2015 +0000
Remove second \tl_to_lowercase:n from l3tl-analysis
This could probably be done using \char_generate:nn but that
would (currently) be problematic in XeTeX if the char was
from outside of the ASCII range (unlikely but not impossible).
Another one to revisting at some stage in the future.
---
l3experimental/l3str/l3tl-analysis.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3experimental/l3str/l3tl-analysis.dtx b/l3experimental/l3str/l3tl-analysis.dtx
index 8409396..0f346d6 100644
--- a/l3experimental/l3str/l3tl-analysis.dtx
+++ b/l3experimental/l3str/l3tl-analysis.dtx
@@ -607,7 +607,7 @@
\cs_new_protected:Npn \@@_a_group:nw #1
{
\tex_lccode:D \c_zero = \@@_extract_charcode: \scan_stop:
- \tl_to_lowercase:n { \tex_toks:D \l_@@_index_int {#1} }
+ \tex_lowercase:D { \tex_toks:D \l_@@_index_int {#1} }
\if_int_compare:w \tex_lccode:D \c_zero = \tex_escapechar:D
\int_set:Nn \tex_escapechar:D { 139 - \tex_escapechar:D }
\fi:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list