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

Fixes my bad on past attempt to deal with BOM #1130

Merged
merged 1 commit into from Jul 2, 2022

Commits on Jul 1, 2022

  1. Fixes my bad on past attempt to deal with BOM

    Previously write bom segment wrote garbage instead of actual
    byte order mark on every system.
    With this I remove a NIH fix and add a system-dependent definition for
    download file encoding, so on Windows there would no need to fix BOM
    and on Linux there's no need to remove BOM for scripting with Downloaded file
    NHOrus committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    b322635 View commit details
    Browse the repository at this point in the history