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
* Closes#41
Python uses system default encoding to open files. On Windows the default
encoding is latin-1. As a result dactyl will crash on Windows.
- added explicit utf-8 encoding parameter to all open() calls
* Set version to 0.8.2
0 commit comments