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 issue with non utf8 encodings and environment variable expansion #5515

Merged
merged 11 commits into from
Oct 17, 2023

Conversation

mattdurham
Copy link
Collaborator

@mattdurham mattdurham commented Oct 17, 2023

PR Description

This converts all configs to UTF8. It doesnt attempt to try every combo of encodings but the most common ones: ascii, utf8bom/nobom, utf16le bom/nobom, and utf32bom/nobom.

Which issue(s) this PR fixes

Closes #4519

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@mattdurham mattdurham marked this pull request as ready for review October 17, 2023 14:17
@mattdurham mattdurham requested a review from a team as a code owner October 17, 2023 14:17
Copy link
Contributor

@erikbaranowski erikbaranowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice tests added

@mattdurham mattdurham merged commit 49b569e into main Oct 17, 2023
@mattdurham mattdurham deleted the windows_nonutf8_encoding_envvar branch October 17, 2023 17:39
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Feb 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with windows encoding and expand vars
3 participants