[latex3-commits] [l3svn] 01/02: Correct storage of UTF-8 blocks in 8-bit engines

noreply at latex-project.org noreply at latex-project.org
Wed Jan 13 10:39:11 CET 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit 2e0f59bf3d0696ad153fc95d9be540fa5cbb2545
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 13 09:37:09 2016 +0000

    Correct storage of UTF-8 blocks in 8-bit engines
---
 l3kernel/l3candidates.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 4334314..2b71276 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3365,9 +3365,9 @@
         \cs_if_exist:cTF { c__unicode_ #1 _ \tl_to_str:n {#2} _tl }
           {
             \@@_change_case_output:vwn
-             { c__unicode_ #1 _ \tl_to_str:n {#2} _tl }
+              { c__unicode_ #1 _ \tl_to_str:n {#2} _tl }
           }
-          { \exp_stop_f: #2}
+          { \@@_change_case_output:nwn {#2} }
         #3
       }
   }

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


More information about the latex3-commits mailing list