# File lib/json/common.rb, line 417
    def self.iconv(to, from, string)
      string.encode(to, from)
    end