mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
7dd371e5e3
commit
b7f57fa88d
@ -427,7 +427,7 @@ class DirContainer(object):
|
|||||||
|
|
||||||
def _unquote(self, path):
|
def _unquote(self, path):
|
||||||
# urlunquote must run on a bytestring and will return a bytestring
|
# urlunquote must run on a bytestring and will return a bytestring
|
||||||
# if it runs on a unicode object, it returns a double encoded unicode
|
# If it runs on a unicode object, it returns a double encoded unicode
|
||||||
# string: unquote(u'%C3%A4') != unquote(b'%C3%A4').decode('utf-8')
|
# string: unquote(u'%C3%A4') != unquote(b'%C3%A4').decode('utf-8')
|
||||||
# and the latter is correct
|
# and the latter is correct
|
||||||
if isinstance(path, unicode):
|
if isinstance(path, unicode):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user