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

Unicode null escapes are *still* unescaped #632

Closed
SteveGilham opened this issue Jan 10, 2020 · 0 comments · Fixed by #665
Closed

Unicode null escapes are *still* unescaped #632

SteveGilham opened this issue Jan 10, 2020 · 0 comments · Fixed by #665

Comments

@SteveGilham
Copy link

Description

The character literal '\u0000' is replaced by an actual NUL; the string "\u0000" is not changed. There's a work-around of writing char 0 for the former. This is a reopening of issue #464, in which a tool fault obscured the actual problem, and the fixing of the tool fault was taken as the fix for the reported problem.

Repro code

Trivial example here

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 a pull request may close this issue.

1 participant