mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-09 17:14:00 -04:00
5c8a507e7a
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.