eagler-teavm-fork/teavm-classlib
Mike Poindexter fdbdf07dbf Fix for Character.getNumericValue.
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.
2015-07-20 18:24:45 -07:00
..
src Fix for Character.getNumericValue. 2015-07-20 18:24:45 -07:00
.gitignore Doing a lot of things 2013-10-27 12:16:07 +04:00
pom.xml Advance version to 0.4.0-SNAPSHOT 2015-06-30 13:00:35 +04:00