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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: for reals reals utf8 for reals FOR REALS #852

Merged
merged 1 commit into from Mar 18, 2024
Merged

fix: for reals reals utf8 for reals FOR REALS #852

merged 1 commit into from Mar 18, 2024

Conversation

Gankra
Copy link
Member

@Gankra Gankra commented Mar 14, 2024

No description provided.

# because "Out-File -Encoding utf8" actually still means utf8BOM, so we need to pull out
# .NET's APIs which actually do what you tell them (also apparently utf8NoBOM is the
# default in newer .NETs but I'd rather not rely on that at this point).
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False
Copy link
Contributor

Choose a reason for hiding this comment

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

Loving the random boolean argument here

@Gankra Gankra merged commit ba9c1d6 into main Mar 18, 2024
15 checks passed
@Gankra Gankra deleted the fixbom branch March 18, 2024 19:09
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.

None yet

2 participants