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

python-unidecode 1.1.1

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 python-unidecode 1.1.1 as follows:

guix install python-unidecode@1.1.1

Or install the latest version:

guix install python-unidecode

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.