Skip to content

Instantly share code, notes, and snippets.

@Calzzetta
Created October 16, 2015 14:01
Show Gist options
  • Save Calzzetta/4701a09a688a1c3fceb2 to your computer and use it in GitHub Desktop.
Save Calzzetta/4701a09a688a1c3fceb2 to your computer and use it in GitHub Desktop.
from unidecode import unidecode
no_diacritics = unidecode('á')
print no_diacritics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment