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 BOM handling in Python #1112

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Fix BOM handling in Python #1112

merged 1 commit into from
Feb 3, 2024

Conversation

minestarks
Copy link
Member

@minestarks minestarks commented Feb 2, 2024

Use utf-8-sig when opening a file to interpret the BOM if it exists.

Fixes #1099

@minestarks minestarks added this pull request to the merge queue Feb 3, 2024
Merged via the queue into main with commit 8265cc4 Feb 3, 2024
14 checks passed
@minestarks minestarks deleted the minestarks/fix-bom branch February 3, 2024 01:45
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.

Support UTF-8 with BOM files
2 participants