jproc
jproc copied to clipboard
Character Encoding is Hard Wired to JVM Default
Currently all the convenience methods returning or taking strings as input and output use the JVMs default encoding. It would be nice to have alternative methods that take an encoding. Also, it should be considered whether the default should be hard-wired to UTF-8