mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-10 08:54:11 -08:00
fdbdf07dbf
UnicodeHelper.encodeIntByte/decodeIntByte produced garbage character metadata since 'z' + [some high byte value] produced a character greater than 255, which did not properly survive the encoding/decoding process. Instead, use Base46.encode/decode which uses only printable characters in the string. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |