My bad, I was using JRuby 1.7.6, the problems do not appear with the
original Ruby interpreter, version 2.0.
I have already opened an issue for JRuby.
More in details ruby 1.9.3 p 448 gives me this error:
bugtest.rb:2:in encode': code converter not found (ISO-8859-16 to UTF-8) (Encoding::ConverterNotFoundError) from bugtest.rb:2:in’
Which seems to me more detailed in respect to the JRuby error.
Encoding::ConverterNotFoundError: code converter not found for
ISO-8859-16
encode at org/jruby/RubyString.java:7597
(root) at bugtest.rb:2
It turns out OpenJDK does not support ISO-8859-16 in its builtin
charsets, so I had to go ahead and implement one on my own. Fixed now
for JRuby 1.7.7 and master.
Charlie
On Sun, Nov 10, 2013 at 8:18 PM, “Martin J. Dürst”
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.