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