owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
195 stars 36 forks source link

Support Minecraft's modified unicode #31

Closed owengage closed 3 years ago

owengage commented 3 years ago

The cesu8 crate looks like it provides methods for javas modified unicode.

Make sure to get an example chunk with this unicode to test with.

This should be backwards compatible since any chunks with modifier unicode would have failed to parse. I don't consider being able to parse more things correctly a breaking change.

owengage commented 3 years ago

Added in 1.1.