class String
sixarm_ruby_unaccent
1.1.0
def unaccent split(//u).map {|c| ACCENTMAP[c] || c }.join("") end