From c5c52895959bedf7ddf82e69fbe47bc4929ead71 Mon Sep 17 00:00:00 2001 From: Pouria Rezaei Date: Fri, 2 Apr 2021 17:30:21 +0000 Subject: python/python3-isounidecode: Added (ISOunidecode Python3 library) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-isounidecode/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-isounidecode/README (limited to 'python/python3-isounidecode/README') diff --git a/python/python3-isounidecode/README b/python/python3-isounidecode/README new file mode 100644 index 0000000000..c9efde2bb3 --- /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 -- cgit v1.2.3