Sie befinden sich hier: eisfair / Pack-Eis
News News News

Navigation

Content

python310-unidecode (python3)

Python 3.10 - unidecode - ASCII transliterations of Unicode (Offizielles Paket)

Version: 3.2.5 Status: stable Release Datum: 2022-04-25
Autor: the eisfair team, team(at)eisfair(dot)org
Internal Program Version: Unidecode  1.3.4

It often happens that you have text data in Unicode, but you need to
represent it in ASCII. For example when integrating with legacy code that
doesn't support Unicode, or for ease of entry of non-Roman names on a US
keyboard, or when constructing ASCII machine identifiers from
human-readable Unicode strings that should still be somewhat intelligible
(a popular example of this is when making an URL slug from an article
title).

In most of these examples you could represent Unicode characters as
"???" or "\15BA\15A0\1610", to mention two extreme cases. But that's
nearly useless to someone who actually wants to read what the text says.

What Unidecode provides is a middle road: function unidecode() takes
Unicode data and 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.

The quality of resulting ASCII representation varies. For languages of
western origin it should be between perfect and good. On the other hand
transliteration (i.e., conveying, in Roman letters, the pronunciation
expressed by the text in some other writing system) of languages like
Chinese, Japanese or Korean is a very complex issue and this library does
not even attempt to address it. It draws the line at context-free
character-by-character mapping. So a good rule of thumb is that the further
the script you are transliterating is from Latin alphabet, the worse the
transliteration will be.

Note that 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.

https://pypi.python.org/pypi/Unidecode
SHA256-Prüfsumme: e93e11b0bd84a263e2594f7bc8c75ba352a183976ec66514d95fc9bae6c09245
Größe: 237.66 KByte
Info-Datei: https://www.pack-eis.de/dl.php?l=51309/python310-unidecode.tar.bz2.info
Benötigte Pakete: python310-base 3.2.5
update-alternatives 3.2.0