From 92ebee8292a445b8c5f7bf7f6760d2a27715bb99 Mon Sep 17 00:00:00 2001 From: Matt Gucci Date: Wed, 8 May 2019 19:59:46 +0900 Subject: [PATCH] Fix $OutputEncoding default value --- .../About/about_Preference_Variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Preference_Variables.md b/reference/6/Microsoft.PowerShell.Core/About/about_Preference_Variables.md index 902ff4b5d54a..e47acc79622a 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Preference_Variables.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Preference_Variables.md @@ -43,7 +43,7 @@ Variable = Default Value - \$MaximumHistoryCount = 4096 - \$MaximumVariableCount = 4096 - \$OFS = (Space character (" ")) -- \$OutputEncoding = ASCIIEncoding object +- \$OutputEncoding = UTF8Encoding object - \$ProgressPreference = Continue - \$PSDefaultParameterValues = (None - empty hash table) - \$PSEmailServer = (None) @@ -922,7 +922,7 @@ Valid values: Objects derived from an Encoding class, such as ASCIIEncoding, SBCSCodePageEncoding, UTF7Encoding, UTF8Encoding, UTF32Encoding, and UnicodeEncoding. -Default: ASCIIEncoding object (System.Text.ASCIIEncoding) +Default: UTF8Encoding object (System.Text.UTF8Encoding) ##### EXAMPLES