Enconding escaped characters for ISO88591 or UTF-8
feperrella opened this issue · 1 comments
feperrella commented
Hi,
I did not want to encode:
content: "\201C";
however does not matter if I use UTF-8 or ISO8859-1 the content changes to
content: "“";
or respectively to
content:"�";
Is there a way to retain the escaped content in the final file like in the original?
content: "\201C";