# File lib/fast_gettext/vendor/iconv.rb, line 106
      def self.iconv(to, from, str)
        conv(to, from, str).split(//)
      end