mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
The core of this change is to re-use the escape sequence parsing logic
for parsing both string and character literals.
The actual fix is that UTF-8 encoding was missing for string literals
with \u{...} escape sequences.