Conversation
Update the old invalid legacy syntax to the new one.
|
According to the current Zig grammar, escape sequences like |
|
@Techatrix, thanks. |
|
About the escape sequence, https://ziglang.org/documentation/master/#Escape-Sequences says that the unicode escape sequence is |
|
This is what the language reference documents:
It says 1 or more digits and not exactly six. The |
|
@Techatrix, indeed, This means that the https://ziglang.org/documentation/master/#Escape-Sequences should be updated. I also noted that the Zig Language reference uses Thanks. |
Update the old invalid legacy syntax to the new one.