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

Do not escape chars as unicode #20

Merged
merged 1 commit into from
Jun 20, 2019
Merged

Conversation

999eagle
Copy link
Contributor

This PR changes the escape_string function to not escape higher characters. Previously, a copyright symbol © would be written as \u{a9} in the rc file, which the compiler didn't understand as escape sequence. With these changes, characters above 0x7e will not be escaped as unicode but instead written to the rc file as-is.

@mxre
Copy link
Owner

mxre commented Jun 20, 2019

That's on me didn't test #12 sufficiently.

@mxre mxre merged commit d43439e into mxre:master Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants