Skip to content

Commit a133952

Browse files
committed
fix utf8 letters in pdftex (#22)
1 parent e41d0a6 commit a133952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codehigh.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
{
526526
\tl_concat:NNN \l__cdhh_a_tl
527527
\l__cdhh_regex_before_text_tl \l__cdhh_regex_match_text_tl
528-
\str_remove_once:NV \l__cdhh_code_to_parse_tl \l__cdhh_a_tl
528+
\tl_remove_once:NV \l__cdhh_code_to_parse_tl \l__cdhh_a_tl
529529
\__cdhh_tracing:nn {parser}
530530
{\tl_log:N \l__cdhh_code_to_parse_tl}
531531
\__cdhh_typeset_text:nN {0}

0 commit comments

Comments
 (0)