Skip to content

Commit

Permalink
Remove second \tl_to_lowercase:n from l3tl-analysis
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
josephwright committed Nov 9, 2015
1 parent df4d8d6 commit 75b21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3experimental/l3str/l3tl-analysis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75b21e6

Please sign in to comment.