Skip to content

Commit

Permalink
[11_38] Fix for verbatim->texmacs conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Nov 12, 2024
1 parent 4595e25 commit 9569d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Convert/Verbatim/verbatim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ un_special (string s) {
static string
encode (string s, string enc) {
if (enc == "auto") return western_to_cork (s);
else if (enc == "utf-8") return utf8_to_herk (s);
else if (enc == "utf-8") return utf8_to_cork (s);
else if (enc == "iso-8859-1") return tm_encode (s);
else if (enc == "SourceCode") return sourcecode_to_cork (s);
else return tm_encode (s);
Expand Down

0 comments on commit 9569d67

Please sign in to comment.