slackbuilds_ponce/python/python3-isounidecode/README
Pouria Rezaei c5c5289595
python/python3-isounidecode: Added (ISOunidecode Python3 library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-04-03 08:48:31 +07:00

9 lines
378 B
Text

This is a package for conversion and transliteration of unicode into
ascii or iso-8859-1 strings.
This is mostly a port of Perl Text::Unidecode to Python with additional
support for iso8859-1.
It works with different agree of success for different lanugages.
It works quite good for European languages, works ok for Russian, and
works to some extent for Arabic, Hindi.
By ~red