
Unidecode is a Ruby library for transliterating converting UTF-8 strings to plain ASCII representations.
This gem is a Ruby port of Perl library Text::Unidecode. The same caveats, notes, and constraints listed there apply here though the Ruby implementation here is slightly different, specifically the addition of String#to_ascii.