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

Start the dev interpreter in PEP540 UTF8 mode. #985

Merged
merged 2 commits into from
Dec 1, 2022

Conversation

freakboy3742
Copy link
Member

briefcase dev starts a Python interpreter. However, on some platforms (notably Windows) it will inherit the default system locale (often cp-1252), which can cause problems. Passing in the -X utf8 command line option forces the use of PEP540 UTF-8 mode.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit 0c5372f into beeware:main Dec 1, 2022
@freakboy3742 freakboy3742 deleted the utf8 branch December 1, 2022 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants