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