mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
10 lines
378 B
Text
10 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
|