Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that Java NBT uses "Modified UTF-8" #41

Open
BenWoodworth opened this issue May 5, 2024 · 0 comments
Open

Ensure that Java NBT uses "Modified UTF-8" #41

BenWoodworth opened this issue May 5, 2024 · 0 comments

Comments

@BenWoodworth
Copy link
Owner

NBT in Minecraft Java is implemented with Java's DataInput.readUTF(String), and DataInput/Output represent strings with Modified UTF-8 which is slightly different than standard UTF-8 for 0x00 and higher codepoints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant