pull/26/head
Louis Vézina 7 years ago
parent fd37cab842
commit bc4bc4f045

@ -38,7 +38,7 @@ def path_replace(path):
elif path.startswith('/'):
path = path.replace('\\', '/')
break
return path.encode('string_escape')
return path.encode('utf8')
def path_replace_reverse(path):
print path
@ -51,4 +51,4 @@ def path_replace_reverse(path):
path = path.replace('\\', '/')
break
print path
return path.encode('string_escape')
return path.encode('utf8')

Loading…
Cancel
Save