summaryrefslogtreecommitdiff
path: root/unidecode/x000.py
Commit message (Collapse)AuthorAgeFilesLines
* Surround fractions with spacesJeffrey Gerard2017-10-101-3/+3
| | | | Goal is to avoid incorrect combination with adjacent numbers.
* Add some comments for commonly requested changes.Tomaz Solc2013-12-241-0/+24
|
* Remove part of table that is equivalent to ASCIITomaz Solc2013-12-241-128/+11
| | | | Add comment about special case in the code.
* Revert "Fix output for German characters with umlauts."Tomaz Solc2013-08-221-6/+6
| | | | This reverts commit b327a25be091761aab2b9e1c851d24d31069360d.
* Fix output for German characters with umlauts.Geoff Teale2013-05-041-6/+6
|
* Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to UJan Killian2011-02-101-1/+1
|
* Support for characters beyond BMP and below PUATomaz Solc2010-10-121-0/+258