mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-02 17:33:37 +00:00
Update unidecode 1.0.22 (81f938d) → 1.0.22 (578cdb9).
This commit is contained in:
parent
267dbd3366
commit
ffccbd7151
3 changed files with 97 additions and 96 deletions
|
@ -12,6 +12,7 @@
|
||||||
* Add urllib3 release 1.23 (7c216f4)
|
* Add urllib3 release 1.23 (7c216f4)
|
||||||
* Change if old scandir binary module is installed, fallback to slow Python module and inform user to upgrade binary
|
* Change if old scandir binary module is installed, fallback to slow Python module and inform user to upgrade binary
|
||||||
* Update SimpleJSON 3.13.2 (6ffddbe) to 3.16.0 (e2a54f7)
|
* Update SimpleJSON 3.13.2 (6ffddbe) to 3.16.0 (e2a54f7)
|
||||||
|
* Update unidecode module 1.0.22 (81f938d) to 1.0.22 (578cdb9)
|
||||||
|
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
|
|
|
@ -1,39 +1,39 @@
|
||||||
data = (
|
data = (
|
||||||
'', # 0x00
|
'A', # 0x00
|
||||||
'', # 0x01
|
'AE', # 0x01
|
||||||
'', # 0x02
|
'ae', # 0x02
|
||||||
'', # 0x03
|
'B', # 0x03
|
||||||
'', # 0x04
|
'C', # 0x04
|
||||||
'', # 0x05
|
'D', # 0x05
|
||||||
'', # 0x06
|
'D', # 0x06
|
||||||
'', # 0x07
|
'E', # 0x07
|
||||||
'', # 0x08
|
'e', # 0x08
|
||||||
'', # 0x09
|
'i', # 0x09
|
||||||
'', # 0x0a
|
'J', # 0x0a
|
||||||
'', # 0x0b
|
'K', # 0x0b
|
||||||
'', # 0x0c
|
'L', # 0x0c
|
||||||
'', # 0x0d
|
'M', # 0x0d
|
||||||
'', # 0x0e
|
'N', # 0x0e
|
||||||
'', # 0x0f
|
'O', # 0x0f
|
||||||
'', # 0x10
|
'', # 0x10
|
||||||
'', # 0x11
|
'O', # 0x11
|
||||||
'', # 0x12
|
'', # 0x12
|
||||||
'', # 0x13
|
'O', # 0x13
|
||||||
'', # 0x14
|
'Oe', # 0x14
|
||||||
'', # 0x15
|
'Ou', # 0x15
|
||||||
'', # 0x16
|
'', # 0x16
|
||||||
'', # 0x17
|
'', # 0x17
|
||||||
'', # 0x18
|
'P', # 0x18
|
||||||
'', # 0x19
|
'R', # 0x19
|
||||||
'', # 0x1a
|
'R', # 0x1a
|
||||||
'', # 0x1b
|
'T', # 0x1b
|
||||||
'', # 0x1c
|
'U', # 0x1c
|
||||||
'', # 0x1d
|
'u', # 0x1d
|
||||||
'', # 0x1e
|
'u', # 0x1e
|
||||||
'', # 0x1f
|
'm', # 0x1f
|
||||||
'', # 0x20
|
'V', # 0x20
|
||||||
'', # 0x21
|
'W', # 0x21
|
||||||
'', # 0x22
|
'Z', # 0x22
|
||||||
'', # 0x23
|
'', # 0x23
|
||||||
'', # 0x24
|
'', # 0x24
|
||||||
'', # 0x25
|
'', # 0x25
|
||||||
|
@ -43,68 +43,68 @@ data = (
|
||||||
'', # 0x29
|
'', # 0x29
|
||||||
'', # 0x2a
|
'', # 0x2a
|
||||||
'', # 0x2b
|
'', # 0x2b
|
||||||
'', # 0x2c
|
'A', # 0x2c
|
||||||
'', # 0x2d
|
'AE', # 0x2d
|
||||||
'', # 0x2e
|
'B', # 0x2e
|
||||||
'', # 0x2f
|
'B', # 0x2f
|
||||||
'', # 0x30
|
'D', # 0x30
|
||||||
'', # 0x31
|
'E', # 0x31
|
||||||
'', # 0x32
|
'E', # 0x32
|
||||||
'', # 0x33
|
'G', # 0x33
|
||||||
'', # 0x34
|
'H', # 0x34
|
||||||
'', # 0x35
|
'I', # 0x35
|
||||||
'', # 0x36
|
'J', # 0x36
|
||||||
'', # 0x37
|
'K', # 0x37
|
||||||
'', # 0x38
|
'L', # 0x38
|
||||||
'', # 0x39
|
'M', # 0x39
|
||||||
'', # 0x3a
|
'N', # 0x3a
|
||||||
'', # 0x3b
|
'N', # 0x3b
|
||||||
'', # 0x3c
|
'O', # 0x3c
|
||||||
'', # 0x3d
|
'Ou', # 0x3d
|
||||||
'', # 0x3e
|
'P', # 0x3e
|
||||||
'', # 0x3f
|
'R', # 0x3f
|
||||||
'', # 0x40
|
'T', # 0x40
|
||||||
'', # 0x41
|
'U', # 0x41
|
||||||
'', # 0x42
|
'W', # 0x42
|
||||||
'', # 0x43
|
'a', # 0x43
|
||||||
'', # 0x44
|
'a', # 0x44
|
||||||
'', # 0x45
|
'a', # 0x45
|
||||||
'', # 0x46
|
'ae', # 0x46
|
||||||
'', # 0x47
|
'b', # 0x47
|
||||||
'', # 0x48
|
'd', # 0x48
|
||||||
'', # 0x49
|
'e', # 0x49
|
||||||
'', # 0x4a
|
'', # 0x4a
|
||||||
'', # 0x4b
|
'e', # 0x4b
|
||||||
'', # 0x4c
|
'e', # 0x4c
|
||||||
'', # 0x4d
|
'g', # 0x4d
|
||||||
'', # 0x4e
|
'i', # 0x4e
|
||||||
'', # 0x4f
|
'k', # 0x4f
|
||||||
'', # 0x50
|
'm', # 0x50
|
||||||
'', # 0x51
|
'', # 0x51
|
||||||
'', # 0x52
|
'o', # 0x52
|
||||||
'', # 0x53
|
'', # 0x53
|
||||||
'', # 0x54
|
'', # 0x54
|
||||||
'', # 0x55
|
'', # 0x55
|
||||||
'', # 0x56
|
'p', # 0x56
|
||||||
'', # 0x57
|
't', # 0x57
|
||||||
'', # 0x58
|
'u', # 0x58
|
||||||
'', # 0x59
|
'u', # 0x59
|
||||||
'', # 0x5a
|
'm', # 0x5a
|
||||||
'', # 0x5b
|
'v', # 0x5b
|
||||||
'', # 0x5c
|
'', # 0x5c
|
||||||
'', # 0x5d
|
'b', # 0x5d
|
||||||
'', # 0x5e
|
'g', # 0x5e
|
||||||
'', # 0x5f
|
'd', # 0x5f
|
||||||
'', # 0x60
|
'f', # 0x60
|
||||||
'', # 0x61
|
'', # 0x61
|
||||||
'', # 0x62
|
'i', # 0x62
|
||||||
'', # 0x63
|
'r', # 0x63
|
||||||
'', # 0x64
|
'u', # 0x64
|
||||||
'', # 0x65
|
'v', # 0x65
|
||||||
'', # 0x66
|
'b', # 0x66
|
||||||
'', # 0x67
|
'g', # 0x67
|
||||||
'', # 0x68
|
'r', # 0x68
|
||||||
'', # 0x69
|
'f', # 0x69
|
||||||
'', # 0x6a
|
'', # 0x6a
|
||||||
'', # 0x6b
|
'', # 0x6b
|
||||||
'b', # 0x6c
|
'b', # 0x6c
|
||||||
|
|
|
@ -129,7 +129,7 @@ data = (
|
||||||
'Inc.', # 0x7f
|
'Inc.', # 0x7f
|
||||||
'pA', # 0x80
|
'pA', # 0x80
|
||||||
'nA', # 0x81
|
'nA', # 0x81
|
||||||
'microamp', # 0x82
|
'uA', # 0x82
|
||||||
'mA', # 0x83
|
'mA', # 0x83
|
||||||
'kA', # 0x84
|
'kA', # 0x84
|
||||||
'kB', # 0x85
|
'kB', # 0x85
|
||||||
|
@ -139,8 +139,8 @@ data = (
|
||||||
'kcal', # 0x89
|
'kcal', # 0x89
|
||||||
'pF', # 0x8a
|
'pF', # 0x8a
|
||||||
'nF', # 0x8b
|
'nF', # 0x8b
|
||||||
'microFarad', # 0x8c
|
'uF', # 0x8c
|
||||||
'microgram', # 0x8d
|
'ug', # 0x8d
|
||||||
'mg', # 0x8e
|
'mg', # 0x8e
|
||||||
'kg', # 0x8f
|
'kg', # 0x8f
|
||||||
'Hz', # 0x90
|
'Hz', # 0x90
|
||||||
|
@ -148,13 +148,13 @@ data = (
|
||||||
'MHz', # 0x92
|
'MHz', # 0x92
|
||||||
'GHz', # 0x93
|
'GHz', # 0x93
|
||||||
'THz', # 0x94
|
'THz', # 0x94
|
||||||
'microliter', # 0x95
|
'ul', # 0x95
|
||||||
'ml', # 0x96
|
'ml', # 0x96
|
||||||
'dl', # 0x97
|
'dl', # 0x97
|
||||||
'kl', # 0x98
|
'kl', # 0x98
|
||||||
'fm', # 0x99
|
'fm', # 0x99
|
||||||
'nm', # 0x9a
|
'nm', # 0x9a
|
||||||
'micrometer', # 0x9b
|
'um', # 0x9b
|
||||||
'mm', # 0x9c
|
'mm', # 0x9c
|
||||||
'cm', # 0x9d
|
'cm', # 0x9d
|
||||||
'km', # 0x9e
|
'km', # 0x9e
|
||||||
|
@ -177,17 +177,17 @@ data = (
|
||||||
'rad/s^2', # 0xaf
|
'rad/s^2', # 0xaf
|
||||||
'ps', # 0xb0
|
'ps', # 0xb0
|
||||||
'ns', # 0xb1
|
'ns', # 0xb1
|
||||||
'microsecond', # 0xb2
|
'us', # 0xb2
|
||||||
'ms', # 0xb3
|
'ms', # 0xb3
|
||||||
'pV', # 0xb4
|
'pV', # 0xb4
|
||||||
'nV', # 0xb5
|
'nV', # 0xb5
|
||||||
'microvolt', # 0xb6
|
'uV', # 0xb6
|
||||||
'mV', # 0xb7
|
'mV', # 0xb7
|
||||||
'kV', # 0xb8
|
'kV', # 0xb8
|
||||||
'MV', # 0xb9
|
'MV', # 0xb9
|
||||||
'pW', # 0xba
|
'pW', # 0xba
|
||||||
'nW', # 0xbb
|
'nW', # 0xbb
|
||||||
'microwatt', # 0xbc
|
'uW', # 0xbc
|
||||||
'mW', # 0xbd
|
'mW', # 0xbd
|
||||||
'kW', # 0xbe
|
'kW', # 0xbe
|
||||||
'MW', # 0xbf
|
'MW', # 0xbf
|
||||||
|
@ -221,8 +221,8 @@ data = (
|
||||||
'sr', # 0xdb
|
'sr', # 0xdb
|
||||||
'Sv', # 0xdc
|
'Sv', # 0xdc
|
||||||
'Wb', # 0xdd
|
'Wb', # 0xdd
|
||||||
'[?]', # 0xde
|
'V/m', # 0xde
|
||||||
'[?]', # 0xdf
|
'A/m', # 0xdf
|
||||||
'1d', # 0xe0
|
'1d', # 0xe0
|
||||||
'2d', # 0xe1
|
'2d', # 0xe1
|
||||||
'3d', # 0xe2
|
'3d', # 0xe2
|
||||||
|
|
Loading…
Reference in a new issue