[Python-modules-team] unidecode_0.04.9-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Tue Nov 22 15:19:06 UTC 2011
(new) python-unidecode_0.04.9-1_all.deb optional python
ASCII transliterations of Unicode text (Python 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\\15A0\\1610", but neither is useful to the user reading the
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 port of the Text::Unidecode Perl module.
(new) python3-unidecode_0.04.9-1_all.deb optional python
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\\15A0\\1610", but neither is useful to the user reading the
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.
(new) unidecode_0.04.9-1.debian.tar.gz optional python
(new) unidecode_0.04.9-1.dsc optional python
(new) unidecode_0.04.9.orig.tar.gz optional python
Changes: unidecode (0.04.9-1) unstable; urgency=low
.
* Initial release (Closes: #649477)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 649477
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the Python-modules-team
mailing list