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 escape in string literals #9390

Merged
merged 1 commit into from
Oct 16, 2018
Merged

Conversation

GULPF
Copy link
Member

@GULPF GULPF commented Oct 16, 2018

Changes:

  • \uHHHH and \xHH must now use exactly four/two hex digits (already documented in the spec)
  • \uHHHH is no longer allowed in char literals
  • Added \u{H+}, which is used to escape an arbitrary unicode codepoint

Fixes #7068

@GULPF
Copy link
Member Author

GULPF commented Oct 16, 2018

Test failure is unrelated (tfragment_alloc.nim).

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