[latex3-commits] [l3svn] 02/04: Remove \tl_to_lowercase:n from 'kernel extras'

noreply at latex-project.org noreply at latex-project.org
Sun Sep 6 22:47:31 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 30984c244ec370521831293c28651e2418086aed
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 6 20:24:55 2015 +0100

    Remove \tl_to_lowercase:n from 'kernel extras'
    
    I *think* this one has to be \lowercase one way or the other.
---
 l3trial/l3kernel-extras/l3kernel-extras.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3kernel-extras/l3kernel-extras.dtx b/l3trial/l3kernel-extras/l3kernel-extras.dtx
index 6e3b505..0b101cf 100644
--- a/l3trial/l3kernel-extras/l3kernel-extras.dtx
+++ b/l3trial/l3kernel-extras/l3kernel-extras.dtx
@@ -1013,8 +1013,8 @@
     {
       \int_set:Nn \l__char_code_int {#1}
       \group_begin:
-      \tex_lccode:D \c_zero = \l__char_code_int
-      \tl_to_lowercase:n
+      \char_set_lccode:nn \c_zero {#1}
+      \tex_lowercase:D
         {
           \group_end:
           \__char_show:N ^^@

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list