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