summaryrefslogtreecommitdiff
path: root/unidecode
Commit message (Expand)AuthorAgeFilesLines
...
* Adding missing circled numbers, letters, ordinalsTomaz Solc2013-08-222-142/+142
* Added transliterations for sm, telephone, fax.Tomaz Solc2013-05-301-3/+3
* added 'trademark sign: (tm) transliterationOvanes Markaryan2013-05-301-1/+1
* Fix output for German characters with umlauts.Geoff Teale2013-05-041-6/+6
* Fixing several punctuation characters.Tomaz Solc2013-04-177-28/+285
* Make the warning refer to unidecode()'s caller.Tomaz Solc2013-01-261-1/+2
* Warn if argument is not a subclass of unicodeTomaz Solc2013-01-161-0/+8
* Always return a string object on Python 2.xTomaz Solc2011-09-221-1/+1
* Adding latin small letters with middle tilde.Tomaz Solc2011-02-161-12/+12
* Adding latin small letters with palatal hook.Tomaz Solc2011-02-161-14/+14
* Adding combining latin small letters.Tomaz Solc2011-02-161-13/+13
* Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL.Tomaz Solc2011-02-161-2/+2
* Adding circled latin small letters.Tomaz Solc2011-02-161-27/+27
* Fixed transliteration of turned latin letters.Tomaz Solc2011-02-161-10/+10
* Fixed Dz transliterationTomaz Solc2011-02-161-1/+1
* Added more versions of latin letters and digraphsTomaz Solc2011-02-116-32/+546
* Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to UJan Killian2011-02-101-1/+1
* Added mathematical symbols in SMPTomaz Solc2010-10-124-0/+1032
* Support for characters beyond BMP and below PUATomaz Solc2010-10-12181-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
* corrected spelling of cyrillicRuslan Grokhovetskiy2010-01-121-5/+5
* Fixed japanese kana replacementsMichel Albert2009-08-271-8/+8
* DocumentationTomaz Solc2009-01-211-0/+8
* Missing commas in tuples.Tomaz Solc2009-01-21180-46039/+46039
* Added comments showing codepointsTomaz Solc2008-09-05180-180/+46399
* Initial import.Tomaz Solc2008-09-05181-0/+220