Skip to content
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

Improve Windows compatibility #134

Closed
wants to merge 3 commits into from
Closed

Improve Windows compatibility #134

wants to merge 3 commits into from

Commits on Nov 29, 2022

  1. always use utf-8 when writing files

    Required for windows since there the default encoding is cp1252, which causes #121
    ydylla committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ca368ae View commit details
    Browse the repository at this point in the history
  2. close files before unlinking

    improves compatibility with windows, which can not delete open files
    ydylla committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    cb5d697 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    48ed73c View commit details
    Browse the repository at this point in the history