| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Rename unidecode_fast to unidecode_expect_ascii | Tomaz Solc | 2015-11-17 | 1 | -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. | dukebody | 2015-11-14 | 1 | -6/+30 | |
| | | ||||||
| * | Add a newline if the string comes from commandline | Tomaz Solc | 2015-05-14 | 1 | -0/+4 | |
| | | ||||||
| * | Don't append an extra new-line. | Tomaz Solc | 2015-05-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add -c command line option. | Tomaz Solc | 2015-05-13 | 1 | -6/+18 | |
| | | ||||||
| * | Use optparse for Python 2.6 compatibility. | Tomaz Solc | 2015-05-13 | 1 | -21/+15 | |
| | | ||||||
| * | Avoid reopening sys.stdin on Python 3. | Tomaz Solc | 2015-05-13 | 1 | -5/+4 | |
| | | ||||||
| * | Remove unnecessary check for isatty() | Tomaz Solc | 2015-05-13 | 1 | -9/+7 | |
| | | ||||||
| * | Use entry_points for the commandline utility. | Tomaz Solc | 2015-05-13 | 1 | -0/+51 | |
| | | ||||||
| * | Merge branch 'unidecode-1.00'release-0.04.17 | Tomaz Solc | 2014-12-18 | 1 | -4/+4 | |
| |\ | ||||||
| | * | Remove '[?]' for some characters. | Tomaz Solc | 2014-06-16 | 1 | -4/+4 | |
| | | | ||||||
| * | | Issue a warning if a surrogate char is encountered | Tomaz Solc | 2014-12-07 | 1 | -0/+5 | |
| | | | | | | | | | Also, improved the section in README regarding "narrow" Python builds. | |||||
| * | | Add missing double-struct italic capitals | Tomaz Solc | 2014-12-07 | 1 | -5/+5 | |
| | | | ||||||
| * | | Add some missing script latin letters. | Tomaz Solc | 2014-12-07 | 1 | -5/+5 | |
| | | | ||||||
| * | | Add missing double-struck capital letters. | Tomaz Solc | 2014-12-07 | 1 | -7/+7 | |
| | | | ||||||
| * | | fix of importing definitions | Karol Sikora | 2014-11-25 | 1 | -1/+1 | |
| |/ | ||||||
| * | Transliterate U+4E00 as "Yi " | Tomaz Solc | 2014-05-11 | 1 | -1/+1 | |
| | | | | | Thanks to Yao Zuo. | |||||
| * | Transliterate Euro sign as EUR. | Tomaz Solc | 2013-12-24 | 1 | -1/+1 | |
| | | | | | Thanks to Dave Smith. | |||||
| * | Add some comments for commonly requested changes. | Tomaz Solc | 2013-12-24 | 1 | -0/+24 | |
| | | ||||||
| * | Remove part of table that is equivalent to ASCII | Tomaz Solc | 2013-12-24 | 1 | -128/+11 | |
| | | | | | Add comment about special case in the code. | |||||
| * | Add vim modeline. | Tomaz Solc | 2013-12-24 | 1 | -0/+1 | |
| | | ||||||
| * | Revert "Fix output for German characters with umlauts." | Tomaz Solc | 2013-08-22 | 1 | -6/+6 | |
| | | | | | This reverts commit b327a25be091761aab2b9e1c851d24d31069360d. | |||||
| * | Added minor punctuation fixes. | Tomaz Solc | 2013-08-22 | 2 | -2/+259 | |
| | | ||||||
| * | Adding missing circled numbers, letters, ordinals | Tomaz Solc | 2013-08-22 | 2 | -142/+142 | |
| | | ||||||
| * | Added transliterations for sm, telephone, fax. | Tomaz Solc | 2013-05-30 | 1 | -3/+3 | |
| | | ||||||
| * | added 'trademark sign: (tm) transliteration | Ovanes Markaryan | 2013-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix output for German characters with umlauts. | Geoff Teale | 2013-05-04 | 1 | -6/+6 | |
| | | ||||||
| * | Fixing several punctuation characters. | Tomaz Solc | 2013-04-17 | 7 | -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 Solc | 2013-01-26 | 1 | -1/+2 | |
| | | ||||||
| * | Warn if argument is not a subclass of unicode | Tomaz Solc | 2013-01-16 | 1 | -0/+8 | |
| | | ||||||
| * | Always return a string object on Python 2.x | Tomaz Solc | 2011-09-22 | 1 | -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 Solc | 2011-02-16 | 1 | -12/+12 | |
| | | ||||||
| * | Adding latin small letters with palatal hook. | Tomaz Solc | 2011-02-16 | 1 | -14/+14 | |
| | | ||||||
| * | Adding combining latin small letters. | Tomaz Solc | 2011-02-16 | 1 | -13/+13 | |
| | | ||||||
| * | Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL. | Tomaz Solc | 2011-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | Adding circled latin small letters. | Tomaz Solc | 2011-02-16 | 1 | -27/+27 | |
| | | ||||||
| * | Fixed transliteration of turned latin letters. | Tomaz Solc | 2011-02-16 | 1 | -10/+10 | |
| | | ||||||
| * | Fixed Dz transliteration | Tomaz Solc | 2011-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Added more versions of latin letters and digraphs | Tomaz Solc | 2011-02-11 | 6 | -32/+546 | |
| | | ||||||
| * | Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to U | Jan Killian | 2011-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | Added mathematical symbols in SMP | Tomaz Solc | 2010-10-12 | 4 | -0/+1032 | |
| | | | | | Included are various versions of latin and greek alphabets and digits. | |||||
| * | Support for characters beyond BMP and below PUA | Tomaz Solc | 2010-10-12 | 181 | -4/+4 | |
| | | ||||||
| * | Handle tables that have less than 256 entries. | Thomas Kluyver | 2010-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | Simplify code, and make a Python 3 version of the tests. | Thomas Kluyver | 2010-10-05 | 1 | -45/+51 | |
| | | ||||||
| * | corrected spelling of cyrillic | Ruslan Grokhovetskiy | 2010-01-12 | 1 | -5/+5 | |
| | | | | | Signed-off-by: Ruslan Grokhovetskiy <ruslan@rubuntu.(none)> | |||||
| * | Fixed japanese kana replacements | Michel Albert | 2009-08-27 | 1 | -8/+8 | |
| | | | | | | | ち and チ "ti" should be "chi" し and シ "si" should be "shi" つ and ツ "tu" should be "tsu" | |||||
| * | Documentation | Tomaz Solc | 2009-01-21 | 1 | -0/+8 | |
| | | ||||||
| * | Missing commas in tuples. | Tomaz Solc | 2009-01-21 | 180 | -46039/+46039 | |
| | | ||||||
| * | Added comments showing codepoints | Tomaz Solc | 2008-09-05 | 180 | -180/+46399 | |
| | | ||||||
| * | Initial import. | Tomaz Solc | 2008-09-05 | 181 | -0/+220 | |
