[latex3-commits] [git/LaTeX3-latex3-pdfresources] renamedict77: escape commands (e475db9)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri May 1 01:08:53 CEST 2020


Repository : https://github.com/latex3/pdfresources
On branch  : renamedict77
Link       : https://github.com/latex3/pdfresources/commit/e475db90dfa2213ecd71ae105a487dcfe520705f

>---------------------------------------------------------------

commit e475db90dfa2213ecd71ae105a487dcfe520705f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri May 1 01:08:53 2020 +0200

    escape commands


>---------------------------------------------------------------

e475db90dfa2213ecd71ae105a487dcfe520705f
 newpackages/new-pdfescape.sty | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/newpackages/new-pdfescape.sty b/newpackages/new-pdfescape.sty
index 1af11a8..036166c 100644
--- a/newpackages/new-pdfescape.sty
+++ b/newpackages/new-pdfescape.sty
@@ -125,15 +125,15 @@
     \cs_new:Npn \pdftool_textstringhex_print:nN #1 #2
       {
          \str_set_convert:Nnnn #2 { #1 }{ utf8 } {utf16/hex}
-         \str_put_left:N #2  {<}
-         \str_put_right:N #2 {>}
+         \str_put_left:Nn #2  {<}
+         \str_put_right:Nn #2 {>}
       }
   }
   {
     \cs_new:Npn \pdftool_textstringhex_print:nN #1 #2
       {
         \str_set_convert:Nnnn #2 { #1 }{  } {utf16/string}
-         \str_put_left:N #2  {<}
-         \str_put_right:N #2 {>}
+         \str_put_left:Nn #2  {<}
+         \str_put_right:Nn #2 {>}
       }
   }





More information about the latex3-commits mailing list.