pip chokes on Unicode filenames?

This commit is contained in:
James R. Barlow
2015-08-18 23:56:30 -07:00
parent 83ff5760a8
commit 630e6cbf1e
3 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -1,7 +1,8 @@
/bin
/build
/dist
/include
/lib
/ocrmypdf.egg-info
/staging
bin/
build/
dist/
include/
lib/
ocrmypdf.egg-info/
staging/
.git/
+1 -1
View File
@@ -303,5 +303,5 @@ def test_french():
def test_klingon():
p, out, err = run_ocrmypdf_env(
'français.pdf', 'français.pdf', '-l', 'klz')
'francais.pdf', 'francais.pdf', '-l', 'klz')
assert p.returncode == ExitCode.bad_args