Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enconding escaped characters for ISO88591 or UTF-8 #335

Closed
feperrella opened this issue Oct 17, 2023 · 1 comment
Closed

Enconding escaped characters for ISO88591 or UTF-8 #335

feperrella opened this issue Oct 17, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@feperrella
Copy link

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";

@feperrella feperrella changed the title Enconding escaped characters for ISO88591 Enconding escaped characters for ISO88591 or UTF-8 Oct 17, 2023
@glenn2223 glenn2223 added the duplicate This issue or pull request already exists label Oct 17, 2023
@glenn2223
Copy link
Owner

Please refer to #39


Closing as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants