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

python-text-unidecode 1.3

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

guix install python-text-unidecode@1.3

Or install the latest version:

guix install python-text-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.