summaryrefslogtreecommitdiff
path: root/unidecode
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename unidecode_fast to unidecode_expect_asciiTomaz Solc2015-11-171-4/+8
| | | | | Also, add unidecode_expect_nonascii. "unidecode" is now an alias for "unidecode_expect_ascii"
* 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
| | | | | | | | Also, improved the section in README regarding "narrow" Python builds.
* | 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
| | | | Thanks to Yao Zuo.
* Transliterate Euro sign as EUR.Tomaz Solc2013-12-241-1/+1
| | | | Thanks to Dave Smith.
* 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.
* Add vim modeline.Tomaz Solc2013-12-241-0/+1
|
* Revert "Fix output for German characters with umlauts."Tomaz Solc2013-08-221-6/+6
| | | | This reverts commit b327a25be091761aab2b9e1c851d24d31069360d.
* Added minor punctuation fixes.Tomaz Solc2013-08-222-2/+259
|
* Adding missing circled numbers, letters, ordinalsTomaz Solc2013-08-222-142/+142
|
* Added transliterations for sm, telephone, fax.Tomaz Solc2013-05-301-3/+3
|
* added 'trademark sign: (tm) transliterationOvanes Markaryan2013-05-301-1/+1
|
* Fix output for German characters with umlauts.Geoff Teale2013-05-041-6/+6
|
* Fixing several punctuation characters.Tomaz Solc2013-04-177-28/+285
| | | | According to: http://lexsrv3.nlm.nih.gov/LexSysGroup/Projects/lvg/current/docs/designDoc/UDF/unicode/DefaultTables/symbolTable.html
* Make the warning refer to unidecode()'s caller.Tomaz Solc2013-01-261-1/+2
|
* Warn if argument is not a subclass of unicodeTomaz Solc2013-01-161-0/+8
|
* Always return a string object on Python 2.xTomaz Solc2011-09-221-1/+1
| | | | Before this patch, unidecode() returned a unicode object on Python 2.x if the input was a unicode object that contained ASCII characters. Behaviour on Python 3.x remains unchanged.
* Adding latin small letters with middle tilde.Tomaz Solc2011-02-161-12/+12
|
* Adding latin small letters with palatal hook.Tomaz Solc2011-02-161-14/+14
|
* Adding combining latin small letters.Tomaz Solc2011-02-161-13/+13
|
* Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL.Tomaz Solc2011-02-161-2/+2
|
* Adding circled latin small letters.Tomaz Solc2011-02-161-27/+27
|
* Fixed transliteration of turned latin letters.Tomaz Solc2011-02-161-10/+10
|
* Fixed Dz transliterationTomaz Solc2011-02-161-1/+1
|
* Added more versions of latin letters and digraphsTomaz Solc2011-02-116-32/+546
|
* Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to UJan Killian2011-02-101-1/+1
|
* Added mathematical symbols in SMPTomaz Solc2010-10-124-0/+1032
| | | | Included are various versions of latin and greek alphabets and digits.
* Support for characters beyond BMP and below PUATomaz Solc2010-10-12181-4/+4
|
* Handle tables that have less than 256 entries.Thomas Kluyver2010-10-121-1/+1
|
* Simplify code, and make a Python 3 version of the tests.Thomas Kluyver2010-10-051-45/+51
|
* corrected spelling of cyrillicRuslan Grokhovetskiy2010-01-121-5/+5
| | | | Signed-off-by: Ruslan Grokhovetskiy <ruslan@rubuntu.(none)>
* Fixed japanese kana replacementsMichel Albert2009-08-271-8/+8
| | | | | | ち and チ "ti" should be "chi" し and シ "si" should be "shi" つ and ツ "tu" should be "tsu"
* DocumentationTomaz Solc2009-01-211-0/+8
|
* Missing commas in tuples.Tomaz Solc2009-01-21180-46039/+46039
|
* Added comments showing codepointsTomaz Solc2008-09-05180-180/+46399
|
* Initial import.Tomaz Solc2008-09-05181-0/+220