mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-07-12 00:48:57 +00:00
8198c83982
- 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