You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the problem here is an encoding mismatch. When booting JRuby through ScriptingContainer, perhaps we are not setting a default encoding properly.
Things to check:
What is the encoding of your "Script.rb" file?
Does it have an encoding comment at the top?
What is the default encoding of the host system (e.g. LANG from env)?
Please tell us JRuby version, JVM version, and host OS version as well.
when i use jruby run a ruby file like this :
java:
ruby:
result
the consle print
but i want get like this :
what should i do???????
The text was updated successfully, but these errors were encountered: