summaryrefslogtreecommitdiff
path: root/unidecode/x0fa.py
Commit message (Collapse)AuthorAgeFilesLines
* Mass replace '[?] ' -> NoneTomaz Solc2020-12-201-12/+12
| | | | | | | To make use of the new 'errors' argument. It seems that '[?] ' (with space) was used for code points that were assigned, but the replacement was not known.
* Mass replace '[?]' -> NoneTomaz Solc2020-12-201-210/+210
| | | | | | To make use of the new 'errors' argument. It seems '[?]' was used in the original Perl tables for unassigned codepoints.
* Support for characters beyond BMP and below PUATomaz Solc2010-10-121-0/+257