[latex3-commits] [l3svn] 01/04: One \tl_expandable_lowercase:n removed

noreply at latex-project.org noreply at latex-project.org
Sun Sep 6 22:47:30 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 7748f1316fd792248c281ec664139dd53d4880c0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 6 20:23:35 2015 +0100

    One \tl_expandable_lowercase:n removed
---
 l3trial/xfont/xfss.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3trial/xfont/xfss.dtx b/l3trial/xfont/xfss.dtx
index c2deaf4..2f31c7e 100644
--- a/l3trial/xfont/xfss.dtx
+++ b/l3trial/xfont/xfss.dtx
@@ -842,7 +842,7 @@
   \clist_map_inline:nn {#1}
   {
     \tl_set:Nn \l_xfss_default_encoding_tl {##1}
-    \tl_set:Nx \l_fss_tmp_tl { \tl_expandable_lowercase:n {##1} enc.def }
+    \tl_set:Nx \l_fss_tmp_tl { \str_fold_case:n {##1} enc.def }
     \file_if_exist:nTF { \l_fss_tmp_tl }
       { \exp_args:Nx \file_input:n  { \l_fss_tmp_tl } }
       { \msg_error:nnx {xfss} {encoding-file-missing} {\l_fss_tmp_tl} }

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


More information about the latex3-commits mailing list