unidecode2
This is a python port of Text::Unidecode Perl module. It provides
Install
- All systems
-
curl cmd.cat/unidecode2.sh
- Arch Linux
-
pacman -S python2-unidecode
- Fedora
-
dnf install python2-unidecode
- Dockerfile
- dockerfile.run/unidecode2
python2-unidecode
This is a python port of Text::Unidecode Perl module. It provides
a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters.