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

Long path and Unicode support on Windows 10+ #316

Merged

Commits on Jul 19, 2023

  1. Long path and Unicode support on Windows 10.0.1607/10.0.1903+

    Long path support is still not universal, even after an app has explicitly opted-in via manifest it also requires registry modification or group policies, see https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later though Python and Git installers nudges to enable it by their installers for a while.
    
    `-X utf8` forces Python to use UTF-8 when its outputs are piped (will be default in 3.15 https://peps.python.org/pep-0686/)
    
    Also had to fix clang-linux and msvc toolsets manifest embedding issues.
    Kojoley committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dd43b84 View commit details
    Browse the repository at this point in the history