Letter P

python39-unidecode - ASCII transliterations of Unicode text

Website: https://pypi.python.org/pypi/Unidecode/1.3.8
License: GPL-2.0-or-later
Vendor: Alcance Libre, Inc.
Description:
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.

Unidecode is not a replacement for fully supporting Unicode for
strings in your program. There are a number of caveats that come with
its use, especially when its output is directly visible to users.
Please read the rest of this README before using Unidecode in your
project.

Packages

python39-unidecode-1.3.8-1.aldos.noarch [308 KiB] Changelog by Joel Barrios (2024-01-15):
- Update to 1.3.8.

Listing created by Repoview-0.6.6-6.fc14.al