File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
reference/7.5/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22description : Describes how PowerShell uses character encoding for input and output of string data.
33Locale : en-US
4- ms.date : 10/21 /2025
4+ ms.date : 12/03 /2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_character_encoding?view=powershell-7.5&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Character_Encoding
@@ -208,7 +208,7 @@ $PSDefaultParameterValues['*:Encoding'] = 'utf8'
208208
209209> [ !IMPORTANT]
210210> Putting this command in your PowerShell profile makes the preference a
211- > session-global setting that affects all commands and scripts that do not
211+ > session-global setting that affects all commands and scripts that don't
212212> explicitly specify an encoding.
213213>
214214> Similarly, you should include such commands in your scripts or modules that
Original file line number Diff line number Diff line change 11---
22description : Variables that customize the behavior of PowerShell.
33Locale : en-US
4- ms.date : 10/21 /2025
4+ ms.date : 12/03 /2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.5&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Preference_Variables
@@ -977,7 +977,7 @@ The valid values are as follows:
977977
978978## ` $PSApplicationOutputEncoding `
979979
980- This variable was introduced in PowerShell 7.6-preview.
980+ This variable was introduced in PowerShell 7.6-preview.6
981981
982982Determines the character encoding method that PowerShell uses when it reads
983983text from an external application on the stdout or stderr pipe.
You can’t perform that action at this time.
0 commit comments