mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-25 20:32:14 +00:00
- Catch numerous decoding errors that were previously misdecoded (ticket #1318) - Improve decoding efficiency, reduce copies - encode(String) now uses UTF-8 encoding - decode() now accepts short strings without trailing '=' - whitespace in decode will now cause an error, was previously ignored - Cleanups