# File lib/active_support/inflector.rb, line 279 def transliterate(string) Iconv.iconv('ascii//ignore//translit', 'utf-8', string).to_s end