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

Ensure HTML is read as UTF-8 #114

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Commits on Oct 12, 2023

  1. Ensure HTML is read as UTF-8

    This has been tested on Windows where Python could
    detect HTML files as a windows codepage
    rather than UTF-8.
    
    As it seems Sphinx generates HTML in UTF-8, it should
    be safe to enforce it here.
    
    Signed-off-by: Jonatan "jaw" Wallmander <[email protected]>
    jaw committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    30fe129 View commit details
    Browse the repository at this point in the history