There are four failures in test_kconv.rb that appear to be caused, at least in part, by our NKF library still using Java's Charset to do transcoding rather than jcodings. Many of the encodings that jcodings supports are not available in Java.
We should try to fix up the remaining NKF issues by using jcodings to do transcoding like MRI.
There are four failures in
test_kconv.rb
that appear to be caused, at least in part, by our NKF library still using Java's Charset to do transcoding rather than jcodings. Many of the encodings that jcodings supports are not available in Java.We should try to fix up the remaining NKF issues by using jcodings to do transcoding like MRI.
Relates to #3261.
The text was updated successfully, but these errors were encountered: