-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isutf8 exception Jruby 9.0.00 #3261
Comments
Here's a sample script that reproduces this, since it wasn't immediately obvious from the report: require 'kconv'
"test".isutf8 |
This appears to be the same issue as #338. |
@headius the same issue as a three year old bug? 😿 |
Yeah...we need to fix NKF to define those constants as Encoding instances and do the mapping back and forth to NKF encoding ints. |
@headius the above sample script doesn't reproduce. Works for me. my env
|
@k77ch7 Hmm, you're right. I'll poke around a bit and see if there's any reason not to close this. |
I removed the 1.8 paths in ecae248. There does not appear to be any tests for the kconv.rb functionality right now. |
Ok scratch that...there's nkf/test_kconv.rb. I'll fiddle with it for a bit and see if I can get it passing. |
So it appears most of the remaining failures in |
The text was updated successfully, but these errors were encountered: