-
-
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
?? instead of chars like á,é,ő,ű etc. in irb #2204
Comments
Can you try a JRuby 9k nightly please? I was able to print out multibyte characters ok on OS X with your LANG setting. |
On OS X it works for me too, even with 1.7.16 and 1.7.16.1 but on Centos 6, 7 it doesn't. This is my local output on Centos: |
Ok. Problem solved. |
So there's still a bug here...we're not adequately determining your locale. I believe we're just using the JVM's own locale detection for this, so it's possible the JVM is actually to blame. A few points...
If we have a behavioral difference from MRI, we need to figure it out. |
No followup since 2016, but likely fixed by @enebo's symbol work last year. Calling it invalid, since there were other more specific bugs also fixed by that work. |
Hi Guys,
I need to be able to show the chars in the title properly in irb however right now it displays only ?? instead.
OS: Centos 7, but the same thing happens on Centos 6.5
The encoding of the OS is set to hu_HU.utf8
I also tried to encoding external, and encoding internal in .jrubyrc to UTF-8 and 8859-2 but the issue is still the same.
I tried ruby 2.1.5 and this issue is not present there. It shows the chars properly.
Is this a bug?
The text was updated successfully, but these errors were encountered: