When I\'m trying to transliterate a Cyrillic utf-8 string with
Iconv.iconv(\'ascii//ignore//translit\', \'utf-8\', string).to_s
(see questi
It seems the solution is too tricky for me. Problem solved using stringex gem.