# File lib/gettext/iconv.rb, line 95
    def self.iconv(to, from, str)
      conv(to, from, str).split(//)
    end