diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-07-05 17:07:13 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:47 -0300 |
commit | 163ab32807ede33402652cbe32b94b52cbb026b2 (patch) | |
tree | d5cef02a94853b8e1f8a2ac5de74e4a65043ed47 /python/Unidecode/README | |
parent | 757fb586bc7aa2056c49b6a97c0c21e862eb95d9 (diff) | |
download | slackbuilds-163ab32807ede33402652cbe32b94b52cbb026b2.tar.gz |
python/Unidecode: Added (Python port of the Text::Unidecode Perl module)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/Unidecode/README')
-rw-r--r-- | python/Unidecode/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Unidecode/README b/python/Unidecode/README new file mode 100644 index 0000000000..6579a9c9ae --- /dev/null +++ b/python/Unidecode/README @@ -0,0 +1,2 @@ +Unidecode handles ASCII transliterations of Unicode text. +It is a Python port of Text::Unidecode Perl module by Sean M. Burke. |