ByteList.toString() assumes the encoding to be ISO-8859-1 and does not care about the encoding field!
- Could it decode properly to Java String using the ByteList
encoding, like RubyString.toString() does?
- Why was ISO-8859-1 chosen arbitrarily as source encoding? Is is special in Java?
ByteList.toString() assumes the encoding to be ISO-8859-1 and does not care about the
encodingfield!encoding, like RubyString.toString() does?