Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode ByteList properly for toString
This previously decoded the bytelist always as an ISO-8859-1 string, which would obviously break for other encodings and any multibyte characters. This change uses the ByteList's Encoding's actual Charset to decode the string. Fixes jruby#909.
- Loading branch information