[latex3-commits] [l3svn] branch master updated: One \tl_to_lowercase:n that should be \tex_lowercase:D

noreply at latex-project.org noreply at latex-project.org
Sun Aug 30 15:31:02 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  6f54b3d   One \tl_to_lowercase:n that should be \tex_lowercase:D
6f54b3d is described below

commit 6f54b3d2b8839156f0ed7793b69d77c316521bb5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Aug 30 14:30:22 2015 +0100

    One \tl_to_lowercase:n that should be \tex_lowercase:D
    
    This one really does need to have primitive behaviour so makes most
    sense to simply flip over now.
---
 l3trial/l3kernel-extras/l3kernel-extras.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3trial/l3kernel-extras/l3kernel-extras.dtx b/l3trial/l3kernel-extras/l3kernel-extras.dtx
index a0d95a5..3906758 100644
--- a/l3trial/l3kernel-extras/l3kernel-extras.dtx
+++ b/l3trial/l3kernel-extras/l3kernel-extras.dtx
@@ -1,6 +1,6 @@
 % \iffalse
 %
-%% File l3kernel-extras.dtx (C) Copyright 2012 The LaTeX3 Project
+%% File l3kernel-extras.dtx (C) Copyright 2012,2015 The LaTeX3 Project
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -1026,8 +1026,8 @@
     \group_begin:
       \cs_set_eq:NN \ \c_space_tl
       \cs_set:Npn \\ { \exp_not:n { \\ > ~ } }
-      \tl_to_lowercase:n { \tl_set:Nn \l__char_lowercase_tl {#1} }
-      \tl_to_uppercase:n { \tl_set:Nn \l__char_uppercase_tl {#1} }
+      \tex_lowercase:D { \tl_set:Nn \l__char_lowercase_tl {#1} }
+      \tex_uppercase:D { \tl_set:Nn \l__char_uppercase_tl {#1} }
       \tl_set:Nx \l__char_internal_tl
         {
           \\ category \

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


More information about the latex3-commits mailing list