Problem with unicode filenames sorted.

This commit is contained in:
Rowan Lewis 2013-09-12 22:21:50 +10:00
parent 697cf3fd65
commit 697e70f14b

View file

@ -53,6 +53,7 @@ def encode(source, dest):
opts = []
for arg in command:
arg = arg.encode('utf-8')
opts.append(Template(arg).substitute({
'source': source,
'dest': dest