Skip to content

Commit 93d6630

Browse files
committed
Update with rebase
1 parent e5dfd40 commit 93d6630

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/7.5/Microsoft.PowerShell.Core/About/about_Character_Encoding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how PowerShell uses character encoding for input and output of string data.
33
Locale: en-US
4-
ms.date: 10/21/2025
4+
ms.date: 12/03/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_character_encoding?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: 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

reference/7.5/Microsoft.PowerShell.Core/About/about_Preference_Variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Variables that customize the behavior of PowerShell.
33
Locale: en-US
4-
ms.date: 10/21/2025
4+
ms.date: 12/03/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: 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

982982
Determines the character encoding method that PowerShell uses when it reads
983983
text from an external application on the stdout or stderr pipe.

0 commit comments

Comments
 (0)