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

Use Encoding.Default instead of Console.OutputEncoding as the default encoding #262

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

Tyrrrz
Copy link
Owner

@Tyrrrz Tyrrrz commented Oct 20, 2024

Closes #261

.NET uses Encoding.Default in Process: #261 (comment)

@Tyrrrz Tyrrrz added the bug label Oct 20, 2024
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.00%. Comparing base (5e0bb8e) to head (e8cdbe9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
+ Coverage   94.98%   95.00%   +0.01%     
==========================================
  Files          46       46              
  Lines        1097     1100       +3     
  Branches       85       85              
==========================================
+ Hits         1042     1045       +3     
  Misses         35       35              
  Partials       20       20              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tyrrrz Tyrrrz merged commit 6b8abf8 into master Oct 25, 2024
7 checks passed
@Tyrrrz Tyrrrz deleted the defaultencoding branch October 25, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CliWrap only outputs foreign characters in Mac Catalyst app
1 participant