# File lib/gist/json.rb, line 1240
    def self.iconv(to, from, string)
      Iconv.conv(to, from, string)
    end