ruby-unidecode

Transliteratively convert UTF-8 text to US-ASCII
  http://unidecode.rubyforge.org/
  0
  no reviews



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.