Binary package “python3-unidecode” in ubuntu focal
ASCII transliterations of Unicode text (Python 3 module)
It often happens that you have text data in Unicode, but you need to represent
it in ASCII for display. One could represent non-roman Unicode characters as
"???" or "\\15BA\
text.
.
Unidecode tries to represent it in ASCII characters (i.e., the universally
displayable characters between 0x00 and 0x7F), where the compromises taken
when mapping between two character sets are chosen to be near what a human
with a US keyboard would choose.
.
This module generally produces better results than simply stripping accents
from characters (which can be done in Python with built-in functions). It is
based on hand-tuned character mappings that for example also contain ASCII
approximations for symbols and non-Latin alphabets.
.
unidecode is a Python 3 port of the Text::Unidecode Perl module.
Source package
Published versions
- python3-unidecode 1.1.1-3build1 in amd64 (Proposed)
- python3-unidecode 1.1.1-3build1 in amd64 (Release)
- python3-unidecode 1.1.1-3build1 in arm64 (Proposed)
- python3-unidecode 1.1.1-3build1 in arm64 (Release)
- python3-unidecode 1.1.1-3build1 in armhf (Proposed)
- python3-unidecode 1.1.1-3build1 in armhf (Release)
- python3-unidecode 1.1.1-3build1 in i386 (Proposed)
- python3-unidecode 1.1.1-3build1 in i386 (Release)
- python3-unidecode 1.1.1-3build1 in ppc64el (Proposed)
- python3-unidecode 1.1.1-3build1 in ppc64el (Release)
- python3-unidecode 1.1.1-3build1 in riscv64 (Release)
- python3-unidecode 1.1.1-3build1 in s390x (Proposed)
- python3-unidecode 1.1.1-3build1 in s390x (Release)