summaryrefslogtreecommitdiff
path: root/unidecode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename unidecode_fast to unidecode_expect_asciiTomaz Solc2015-11-171-4/+8
* Add unidecode_fast function to speedup mostly-ASCII transliterations.dukebody2015-11-141-6/+30
* Add a newline if the string comes from commandlineTomaz Solc2015-05-141-0/+4
* Don't append an extra new-line.Tomaz Solc2015-05-131-1/+1
* Add -c command line option.Tomaz Solc2015-05-131-6/+18
* Use optparse for Python 2.6 compatibility.Tomaz Solc2015-05-131-21/+15
* Avoid reopening sys.stdin on Python 3.Tomaz Solc2015-05-131-5/+4
* Remove unnecessary check for isatty()Tomaz Solc2015-05-131-9/+7
* Use entry_points for the commandline utility.Tomaz Solc2015-05-131-0/+51
* Merge branch 'unidecode-1.00'release-0.04.17Tomaz Solc2014-12-181-4/+4
|\
| * Remove '[?]' for some characters.Tomaz Solc2014-06-161-4/+4
* | Issue a warning if a surrogate char is encounteredTomaz Solc2014-12-071-0/+5
* | Add missing double-struct italic capitalsTomaz Solc2014-12-071-5/+5
* | Add some missing script latin letters.Tomaz Solc2014-12-071-5/+5
* | Add missing double-struck capital letters.Tomaz Solc2014-12-071-7/+7
* | fix of importing definitionsKarol Sikora2014-11-251-1/+1
|/
* Transliterate U+4E00 as "Yi "Tomaz Solc2014-05-111-1/+1
* Transliterate Euro sign as EUR.Tomaz Solc2013-12-241-1/+1
* 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 vim modeline.Tomaz Solc2013-12-241-0/+1