We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92331ac commit c45852bCopy full SHA for c45852b
reference/7.5/Microsoft.PowerShell.Core/About/about_Character_Encoding.md
@@ -216,7 +216,7 @@ $PSDefaultParameterValues['*:Encoding'] = 'utf8'
216
> behave the same way even when run by another user, on a different computer,
217
> or in a different version of PowerShell.
218
219
-The automatic variables `$OutputEncoding` affects the encoding PowerShell uses
+The automatic variable `$OutputEncoding` affects the encoding PowerShell uses
220
to when sending data to external programs. The `$PSApplicationOutputEncoding`
221
variable affects the encoding PowerShell uses to read data from external
222
programs. They have no effect on the encoding that the output redirection
0 commit comments