-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix path encoding problems on Windows #144
base: master
Are you sure you want to change the base?
Conversation
…es.jl#770); Add tests for unicode compatibility;
Calling setimagefilename() will break TIFF images. Investigating. |
Let's try rebuilding this. |
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
==========================================
+ Coverage 53.26% 60.85% +7.58%
==========================================
Files 2 2
Lines 306 304 -2
==========================================
+ Hits 163 185 +22
+ Misses 143 119 -24
Continue to review full report at Codecov.
|
Merge? Or too old and close? |
|
Would be nice to have this one working since it fixes a commonly reported issue (but this PR needs more work). |
See discussions on JuliaImages/Images.jl Issue 770