summaryrefslogtreecommitdiff
path: root/unidecode/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Always return a string object on Python 2.xTomaz Solc2011-09-221-1/+1
* Support for characters beyond BMP and below PUATomaz Solc2010-10-121-4/+4
* Handle tables that have less than 256 entries.Thomas Kluyver2010-10-121-1/+1
* Simplify code, and make a Python 3 version of the tests.Thomas Kluyver2010-10-051-45/+51
* DocumentationTomaz Solc2009-01-211-0/+8
* Initial import.Tomaz Solc2008-09-051-0/+40