summaryrefslogtreecommitdiff
path: root/unidecode/x02e.py
Commit message (Collapse)AuthorAgeFilesLines
* Mass replace '[?] ' -> NoneTomaz Solc2020-12-201-115/+115
| | | | | | | 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-97/+97
| | | | | | To make use of the new 'errors' argument. It seems '[?]' was used in the original Perl tables for unassigned codepoints.
* Add some missing replacements in U+23xx page.Tomaz Solc2020-05-281-43/+43
| | | | | | Content of this commit by Marcoffee (Marco Ribeiro) on GitHub. https://github.com/marcoffee/unidecode/commit/705d91ad4c9c7755529d4be025170b11922f1dee
* Support for characters beyond BMP and below PUATomaz Solc2010-10-121-0/+257