You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for \u-----based character escapes. The parser and stringifier already support the other backslash characters, so I think I forgot that these are another one to look out for.
The text was updated successfully, but these errors were encountered:
Added a null byte character ('\0', '\u000') into the `ridiculous.*` demos.
I tried writing these with little-varint, but the re-parsing for that didn't seem to work accordingly. Going to do that in the next step instead.
I did discover a bug where SNBT parsing doesn't account for `\u----`-based characters.
#52
Add support for
\u----
-based character escapes. The parser and stringifier already support the other backslash characters, so I think I forgot that these are another one to look out for.The text was updated successfully, but these errors were encountered: