Convert sp to unicode
This commit is contained in:
@@ -76,7 +76,7 @@ def sp(path, *args):
|
||||
# Replace *NIX ambiguous '//' at the beginning of a path with '/' (crashes guessit)
|
||||
path = re.sub('^//', '/', path)
|
||||
|
||||
return path
|
||||
return toUnicode(path)
|
||||
|
||||
|
||||
def ek(original, *args):
|
||||
|
||||
Reference in New Issue
Block a user