Offroaders123 / NBTify

A library to read and write NBT files on the web!
http://npm.im/nbtify
MIT License
42 stars 5 forks source link

SNBT Unicode Escapes #52

Open Offroaders123 opened 2 months ago

Offroaders123 commented 2 months ago

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.