diff options
Diffstat (limited to 'python/python3-isounidecode/README')
-rw-r--r-- | python/python3-isounidecode/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-isounidecode/README b/python/python3-isounidecode/README new file mode 100644 index 0000000000000..c9efde2bb3f85 --- /dev/null +++ b/python/python3-isounidecode/README @@ -0,0 +1,9 @@ +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 |