mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-16 14:52:57 +00:00
with a Writer or getBytes("UTF-8") for efficiency and to
avoid encoding issues.
Store strings as strings, not bytes.
Catch IOEs to prevent cascading error pages.
Minor cleanups