◐ Shell
clean mode source ↗

Add PSApplicationOutputEncoding variable by jborean93 · Pull Request #21219 · PowerShell/PowerShell

daxian-dbw

@iSazonov iSazonov added the CL-General

Indicates that a PR should be marked as a general cmdlet change in the Change Log

label

Oct 21, 2025
Adds the $PSApplicationOutputEncoding variable that can be used to
control the encoding PowerShell uses when reading the raw bytes to a
string of an external application. This provides a scoped option to
control the encoding used without resorting to the process wide setting
of [Console]::OutputEncoding.

Copilot AI review requested due to automatic review settings

October 21, 2025 04:43

iSazonov

SIRMARGIN pushed a commit to SIRMARGIN/PowerShell that referenced this pull request

Dec 12, 2025
Adds the $PSApplicationOutputEncoding variable that can be used to control the encoding PowerShell uses when reading the raw bytes to a string of an external application.

kilasuit pushed a commit to kilasuit/PowerShell that referenced this pull request

Jan 2, 2026
Adds the $PSApplicationOutputEncoding variable that can be used to control the encoding PowerShell uses when reading the raw bytes to a string of an external application.

JustinGrote pushed a commit to JustinGrote/PowerShell that referenced this pull request

Jun 2, 2026
Adds the $PSApplicationOutputEncoding variable that can be used to control the encoding PowerShell uses when reading the raw bytes to a string of an external application.