This package browser is in early development. Mind the rough edges.

python-unidecode

ASCII transliterations of Unicode text

Unidecode provides ASCII transliterations of Unicode text. Unidecode is useful 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.

Installation

Install the latest version of python-unidecode as follows:

guix install python-unidecode

Or install a particular version:

guix install python-unidecode@1.1.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.