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

python-text-unidecode

Decode Unicode data

text-unidecode is a basic Python port of the Text::Unidecode Perl library. It can create ASCII representations of Unicode data. In general users should prefer the python-unidecode package which offers better memory usage and transliteration quality.

Installation

Install the latest version of python-text-unidecode as follows:

guix install python-text-unidecode

Or install a particular version:

guix install python-text-unidecode@1.3

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.