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

fix: Set active CP to UTF-8 on Windows 10 and 11 #139

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Jan 30, 2024

  1. fix: Set active CP to UTF-8 on Windows 10 and 11

    This notably allows passing unicode filenames as commandline arguments
    to the demo utility `bin/base64` without them being mangled in case the
    unicode filename cannot be represented in the currently active system
    code page.
    
    Note that this only works/takes effect on Windows 10 Version 1903 and
    later.
    
    See-Also: https://learn.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page
    BurningEnlightenment committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    29bb2fd View commit details
    Browse the repository at this point in the history