Skip to content

Support for ISO-8859-16 #1214

@ftomassetti

Description

@ftomassetti

Running:

code = IO.read('text_iso_8859_16',{ :encoding => 'ISO-8859-16', :mode => 'rb'})
code = code.encode('UTF-8')

On Jruby 1.7.6 gives me:

Encoding::ConverterNotFoundError: code converter not found for ISO-8859-16
   encode at org/jruby/RubyString.java:7597
   (root) at bugtest.rb:2

While on Ruby 2.0 runs flawlessly...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions