Skip to content

Commit

Permalink
Fix $OutputEncoding default value (#4279)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt9ucci authored and sdwheeler committed May 8, 2019
1 parent 5b3d034 commit eb42683
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit eb42683

Please sign in to comment.