-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Document new variable PSApplicationOutputEncoding #10876
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
base: main
Are you sure you want to change the base?
Document new variable PSApplicationOutputEncoding #10876
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Edit: PR has been merged so I've rebased the changes here. |
b55f4ce to
c1a3390
Compare
This comment was marked as outdated.
This comment was marked as outdated.
c1a3390 to
bfb0a36
Compare
This comment was marked as outdated.
This comment was marked as outdated.
bfb0a36 to
49de1d1
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
49de1d1 to
823964e
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
823964e to
fababe9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
This change is not going to make it into 7.5. Closing this PR. We can reopen it if the change gets merged in a future release. |
|
@sdwheeler, any chance we can re-open this PR now that PowerShell/PowerShell#21219 has been merged? |
This comment was marked as outdated.
This comment was marked as outdated.
|
@jborean93 Thanks for the notification. I will rebase and take a look. |
3f29267 to
2552059
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 2552059: ✅ Validation status: passed
For more details, please refer to the build report. |
Documents the new variable $PSApplicationOutputEncoding which is used to control the encoding PowerShell uses when reading output from an external application.
2552059 to
527a18e
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 527a18e: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Merge is pending release. Don't know if this is going into the next release of 7.6 or 7.5 (or both). |
|
Learn Build status updates of commit b471605: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Thanks, I've been told the |
PR Summary
Documents the new variable
$PSApplicationOutputEncodingwhich is used to control the encoding PowerShell uses when reading output from an external application.This also removes the example for
$OutputEncodingas it is wrong. The$OutputEncodingvariable is only used as the encoding that PowerShell writes data through the external application's stdin pipe. The command line is always a string on Windows/Linux/macOS so is unaffected by this option.PR Checklist