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