summaryrefslogtreecommitdiff
path: root/unidecode
Commit message (Expand)AuthorAgeFilesLines
* Add U+30A0 (katakana double hyphen)HEADmasterTomaz Solc2023-03-131-1/+1
* Map ・ and ー (issue #71)Emil Hammarberg2023-03-101-2/+2
* Remove trailing space for fractions.Tomaz Solc2022-09-281-3/+3
* add some symbolscheznewa2022-03-042-32/+32
* Read input line by lineJan-Thorsten Peter2022-02-181-10/+12
* Improve Yiddish conversionAlon Bar-Lev2021-08-311-22/+22
* Improve Hebrew conversionAlon Bar-Lev2021-08-311-14/+14
* Remove __init__.pyiTomaz Solc2021-02-052-10/+4
* More Python 2 compatibility code clean up.Tomaz Solc2021-02-052-12/+2
* Move Py3.5-compatible type annotations inline.Tomaz Solc2021-02-052-8/+4
* Drop support for Python 2 and 3.4.Tomaz Solc2021-02-051-17/+7
* Add Typing stubs for the main API.Pascal Corpet2021-02-032-0/+11
* Avoid exception chaining on Python 3.Tomaz Solc2021-01-081-4/+7
* Rename argument replace_char -> replace_strTomaz Solc2020-12-201-9/+9
* More mass replace '' -> NoneTomaz Solc2020-12-204-757/+757
* Mass replace '[?] ' -> NoneTomaz Solc2020-12-2079-795/+795
* Mass replace '' -> None.Tomaz Solc2020-12-204-395/+395
* Mass replace '[?]' -> NoneTomaz Solc2020-12-2045-3319/+3319
* Add missing ligatures and quotes in U+1F6xx rangeTomaz Solc2020-12-201-0/+258
* Add missing quotation marks in the U+27xx range.Tomaz Solc2020-12-201-5/+5
* Add errors parameter to unidecode()Tomaz Solc2020-12-201-34/+76
* Fix U+204A "TIRONIAN SIGN ET"Tomaz Solc2020-12-061-1/+5
* Add some missing replacements in U+23xx page.Tomaz Solc2020-05-281-43/+43
* Add more latin variants in U+1F1xx page.Tomaz Solc2019-01-191-81/+81
* Merge remote-tracking branch 'jdufresne/main'Tomaz Solc2019-01-191-0/+3
|\
| * Add __main__.py file so the CLI can be executed as a moduleJon Dufresne2018-12-311-0/+3
* | Merge remote-tracking branch 'jdufresne/b-literal'Tomaz Solc2019-01-191-1/+1
|\ \
| * | Replace string literal + encode with bytes literalJon Dufresne2018-12-311-1/+1
| |/
* | Merge remote-tracking branch 'jdufresne/argparse'Tomaz Solc2019-01-191-12/+13
|\ \
| * | Replace use of deprecated optparse with argparseJon Dufresne2018-12-311-12/+13
| |/
* | Remove unused import from unidecode/util.pyJon Dufresne2018-12-311-1/+0
|/
* Fix "SQUARE V OVER M" and "SQUARE A OVER M".Tomaz Solc2018-06-191-2/+2
* Use uA instead of microampere, etc.Tomaz Solc2018-06-191-8/+8
* Adds decoding for phonetic bloc 1D00—1D7Folau2018-04-031-86/+86
* Improve Hebrew conversionAlon Bar-Lev2018-03-101-15/+15
* Fix syntax error in an exampleJakub Wilk2018-02-191-1/+1
* Surround fractions with spacesJeffrey Gerard2017-10-101-3/+3
* Add currency translations for U+20B0 through U+20BFMike Swanson2017-09-221-16/+16
* U+05be is a hyphenMicha Moskovic2017-06-231-1/+1
* U+2116 is the numero signAlan Davidson2017-01-161-1/+1
* Add missing square unit symbols.Tomaz Solc2016-11-042-10/+11
* Added latin variants in U+20xx and U+21xx pages.Tomaz Solc2016-11-042-28/+28
* Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOKTomaz Solc2016-11-041-1/+1
* Fix U+205F MEDIUM MATHEMATICAL SPACETomaz Solc2016-11-041-1/+1
* Add U+1F1xx page.Tomaz Solc2016-10-121-0/+258
* Add missing vulgar fractions.Tomaz Solc2016-10-121-4/+4
* Add a/c, a/s, c/o, c/uTomaz Solc2016-10-121-4/+4
* Fix transliteration of enclosed alphanumericsKrzysztof Jurewicz2016-05-291-46/+47
* Fix typosJakub Wilk2015-12-101-1/+1
* Fix docstringsTomaz Solc2015-11-171-9/+15