diff -Nru unidecode-0.04.14/ChangeLog unidecode-0.04.16/ChangeLog --- unidecode-0.04.14/ChangeLog 2013-09-20 17:59:58.000000000 +0000 +++ unidecode-0.04.16/ChangeLog 2014-05-11 18:33:47.000000000 +0000 @@ -1,3 +1,12 @@ +2014-05-11 unidecode 0.04.16 + + * Corrected ChangeLog. + +2014-05-11 unidecode 0.04.15 + + * Fixed transliteration of Chinese character "Yi". (thanks to Yao Zuo) + * Transliterate Euro sign as "EUR". (thanks to Dave Smith) + 2013-09-20 unidecode 0.04.14 * Revert transliteration for Latin characters with umlauts back diff -Nru unidecode-0.04.14/debian/changelog unidecode-0.04.16/debian/changelog --- unidecode-0.04.14/debian/changelog 2014-01-21 17:45:24.000000000 +0000 +++ unidecode-0.04.16/debian/changelog 2014-10-18 02:42:25.000000000 +0000 @@ -1,3 +1,11 @@ +unidecode (0.04.16-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 3.9.6, no changes needed. + * Update copyright years. + + -- Stefano Rivera Fri, 17 Oct 2014 19:42:25 -0700 + unidecode (0.04.14-1) unstable; urgency=low * New upstream release. diff -Nru unidecode-0.04.14/debian/control unidecode-0.04.16/debian/control --- unidecode-0.04.14/debian/control 2014-01-21 17:44:40.000000000 +0000 +++ unidecode-0.04.16/debian/control 2014-10-18 02:42:16.000000000 +0000 @@ -11,7 +11,7 @@ python3-all (>= 3.1.2-6~) X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://pypi.python.org/pypi/Unidecode Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/unidecode/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/unidecode/trunk/ diff -Nru unidecode-0.04.14/debian/copyright unidecode-0.04.16/debian/copyright --- unidecode-0.04.14/debian/copyright 2014-01-21 17:44:40.000000000 +0000 +++ unidecode-0.04.16/debian/copyright 2014-10-18 02:42:16.000000000 +0000 @@ -5,7 +5,7 @@ Files: * Copyright: 2001, Sean M. Burke - 2011-2013, Tomaz Solc + 2011-2014, Tomaz Solc License: GPL-2+ Files: debian/* diff -Nru unidecode-0.04.14/PKG-INFO unidecode-0.04.16/PKG-INFO --- unidecode-0.04.14/PKG-INFO 2013-09-20 18:03:16.000000000 +0000 +++ unidecode-0.04.16/PKG-INFO 2014-05-11 18:36:23.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: Unidecode -Version: 0.04.14 +Version: 0.04.16 Summary: ASCII transliterations of Unicode text Home-page: UNKNOWN Author: Tomaz Solc @@ -107,7 +107,7 @@ Python code and later additions: - Copyright 2013, Tomaz Solc + Copyright 2014, Tomaz Solc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -Nru unidecode-0.04.14/README unidecode-0.04.16/README --- unidecode-0.04.14/README 2013-05-30 16:28:45.000000000 +0000 +++ unidecode-0.04.16/README 2014-05-11 18:26:07.000000000 +0000 @@ -99,7 +99,7 @@ Python code and later additions: -Copyright 2013, Tomaz Solc +Copyright 2014, Tomaz Solc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff -Nru unidecode-0.04.14/setup.py unidecode-0.04.16/setup.py --- unidecode-0.04.14/setup.py 2013-09-20 17:13:01.000000000 +0000 +++ unidecode-0.04.16/setup.py 2014-05-11 18:34:00.000000000 +0000 @@ -32,7 +32,7 @@ result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.14', + version='0.04.16', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), diff -Nru unidecode-0.04.14/unidecode/__init__.py unidecode-0.04.16/unidecode/__init__.py --- unidecode-0.04.14/unidecode/__init__.py 2013-09-07 19:43:28.000000000 +0000 +++ unidecode-0.04.16/unidecode/__init__.py 2013-12-24 14:57:32.000000000 +0000 @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vi:tabstop=4:expandtab:sw=4 """Transliterate Unicode text into plain 7-bit ASCII. Example usage: diff -Nru unidecode-0.04.14/unidecode/x000.py unidecode-0.04.16/unidecode/x000.py --- unidecode-0.04.14/unidecode/x000.py 2013-09-07 19:43:33.000000000 +0000 +++ unidecode-0.04.16/unidecode/x000.py 2013-12-24 14:57:34.000000000 +0000 @@ -1,132 +1,15 @@ data = ( -'\x00', # 0x00 -'\x01', # 0x01 -'\x02', # 0x02 -'\x03', # 0x03 -'\x04', # 0x04 -'\x05', # 0x05 -'\x06', # 0x06 -'\x07', # 0x07 -'\x08', # 0x08 -'\x09', # 0x09 -'\x0a', # 0x0a -'\x0b', # 0x0b -'\x0c', # 0x0c -'\x0d', # 0x0d -'\x0e', # 0x0e -'\x0f', # 0x0f -'\x10', # 0x10 -'\x11', # 0x11 -'\x12', # 0x12 -'\x13', # 0x13 -'\x14', # 0x14 -'\x15', # 0x15 -'\x16', # 0x16 -'\x17', # 0x17 -'\x18', # 0x18 -'\x19', # 0x19 -'\x1a', # 0x1a -'\x1b', # 0x1b -'\x1c', # 0x1c -'\x1d', # 0x1d -'\x1e', # 0x1e -'\x1f', # 0x1f -' ', # 0x20 -'!', # 0x21 -'"', # 0x22 -'#', # 0x23 -'$', # 0x24 -'%', # 0x25 -'&', # 0x26 -'\'', # 0x27 -'(', # 0x28 -')', # 0x29 -'*', # 0x2a -'+', # 0x2b -',', # 0x2c -'-', # 0x2d -'.', # 0x2e -'/', # 0x2f -'0', # 0x30 -'1', # 0x31 -'2', # 0x32 -'3', # 0x33 -'4', # 0x34 -'5', # 0x35 -'6', # 0x36 -'7', # 0x37 -'8', # 0x38 -'9', # 0x39 -':', # 0x3a -';', # 0x3b -'<', # 0x3c -'=', # 0x3d -'>', # 0x3e -'?', # 0x3f -'@', # 0x40 -'A', # 0x41 -'B', # 0x42 -'C', # 0x43 -'D', # 0x44 -'E', # 0x45 -'F', # 0x46 -'G', # 0x47 -'H', # 0x48 -'I', # 0x49 -'J', # 0x4a -'K', # 0x4b -'L', # 0x4c -'M', # 0x4d -'N', # 0x4e -'O', # 0x4f -'P', # 0x50 -'Q', # 0x51 -'R', # 0x52 -'S', # 0x53 -'T', # 0x54 -'U', # 0x55 -'V', # 0x56 -'W', # 0x57 -'X', # 0x58 -'Y', # 0x59 -'Z', # 0x5a -']', # 0x5b -'\\', # 0x5c -']', # 0x5d -'^', # 0x5e -'_', # 0x5f -'`', # 0x60 -'a', # 0x61 -'b', # 0x62 -'c', # 0x63 -'d', # 0x64 -'e', # 0x65 -'f', # 0x66 -'g', # 0x67 -'h', # 0x68 -'i', # 0x69 -'j', # 0x6a -'k', # 0x6b -'l', # 0x6c -'m', # 0x6d -'n', # 0x6e -'o', # 0x6f -'p', # 0x70 -'q', # 0x71 -'r', # 0x72 -'s', # 0x73 -'t', # 0x74 -'u', # 0x75 -'v', # 0x76 -'w', # 0x77 -'x', # 0x78 -'y', # 0x79 -'z', # 0x7a -'{', # 0x7b -'|', # 0x7c -'}', # 0x7d -'~', # 0x7e -'', # 0x7f +# Code points u+007f and below are equivalent to ASCII and are handled by a +# special case in the code. Hence they are not present in this table. +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', +'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', + '', # 0x80 '', # 0x81 '', # 0x82 @@ -162,7 +45,10 @@ ' ', # 0xa0 '!', # 0xa1 'C/', # 0xa2 + +# Not "GBP" - Pound Sign is used for more than just British Pounds. 'PS', # 0xa3 + '$?', # 0xa4 'Y=', # 0xa5 '|', # 0xa6 @@ -177,8 +63,11 @@ '-', # 0xaf 'deg', # 0xb0 '+-', # 0xb1 + +# These might be combined with other superscript digits (u+2070 - u+2079) '2', # 0xb2 '3', # 0xb3 + '\'', # 0xb4 'u', # 0xb5 'P', # 0xb6 @@ -195,7 +84,10 @@ 'A', # 0xc1 'A', # 0xc2 'A', # 0xc3 + +# Not "AE" - used in languages other than German 'A', # 0xc4 + 'A', # 0xc5 'AE', # 0xc6 'C', # 0xc7 @@ -213,13 +105,19 @@ 'O', # 0xd3 'O', # 0xd4 'O', # 0xd5 + +# Not "OE" - used in languages other than German 'O', # 0xd6 + 'x', # 0xd7 'O', # 0xd8 'U', # 0xd9 'U', # 0xda 'U', # 0xdb + +# Not "UE" - used in languages other than German 'U', # 0xdc + 'Y', # 0xdd 'Th', # 0xde 'ss', # 0xdf @@ -227,7 +125,10 @@ 'a', # 0xe1 'a', # 0xe2 'a', # 0xe3 + +# Not "ae" - used in languages other than German 'a', # 0xe4 + 'a', # 0xe5 'ae', # 0xe6 'c', # 0xe7 @@ -245,13 +146,19 @@ 'o', # 0xf3 'o', # 0xf4 'o', # 0xf5 + +# Not "oe" - used in languages other than German 'o', # 0xf6 + '/', # 0xf7 'o', # 0xf8 'u', # 0xf9 'u', # 0xfa 'u', # 0xfb + +# Not "ue" - used in languages other than German 'u', # 0xfc + 'y', # 0xfd 'th', # 0xfe 'y', # 0xff diff -Nru unidecode-0.04.14/unidecode/x020.py unidecode-0.04.16/unidecode/x020.py --- unidecode-0.04.14/unidecode/x020.py 2013-09-07 19:43:33.000000000 +0000 +++ unidecode-0.04.16/unidecode/x020.py 2013-12-24 14:57:35.000000000 +0000 @@ -171,7 +171,7 @@ 'W', # 0xa9 'NS', # 0xaa 'D', # 0xab -'EU', # 0xac +'EUR', # 0xac 'K', # 0xad 'T', # 0xae 'Dr', # 0xaf diff -Nru unidecode-0.04.14/unidecode/x04e.py unidecode-0.04.16/unidecode/x04e.py --- unidecode-0.04.14/unidecode/x04e.py 2010-10-12 18:21:41.000000000 +0000 +++ unidecode-0.04.16/unidecode/x04e.py 2014-05-11 18:15:37.000000000 +0000 @@ -1,5 +1,5 @@ data = ( -'[?] ', # 0x00 +'Yi ', # 0x00 'Ding ', # 0x01 'Kao ', # 0x02 'Qi ', # 0x03