You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the path (or even the file started) has any unicode characters (>chr(127)) in it, the dump into the JSON will fail on Python 2. Solution: On dumping and reading convert the filename to the filesystem encoding. PS: Same happens with 3.7.1 (a fix is incorporated into Eric 6).
from pull request 71:
If the path (or even the file started) has any unicode characters (>chr(127)) in it, the dump into the JSON will fail on Python 2. Solution: On dumping and reading convert the filename to the filesystem encoding. PS: Same happens with 3.7.1 (a fix is incorporated into Eric 6).
The text was updated successfully, but these errors were encountered: