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