Skip to content

Commit f855f4d

Browse files
authored
Merge pull request #99 from PowerShell/joeyaiello-patch-2
Update RFC0020-DefaultFileEncoding.md
2 parents ad32361 + 61da03e commit f855f4d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

1-Draft/RFC0020-DefaultFileEncoding.md renamed to 2-Draft-Accepted/RFC0020-DefaultFileEncoding.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,16 @@ The following is the complete list of `FileSystemCmdletProviderEncoding` members
5151
* BigEndianUnicode
5252
* BigEndianUTF32
5353
* Byte
54-
* Default
55-
* Legacy
56-
* Oem
5754
* String
5855
* Unicode
59-
* Unknown
6056
* UTF32
6157
* UTF7
6258
* UTF8
6359
* UTF8NoBOM
6460

6561
When `$PSDefaultEncoding` is set to `UTF8NoBOM`, the file shall be created with UTF8 encoding and no BOM shall be written.
6662

67-
When `$PSDefaultEncoding` is set to `Legacy`, the behavior shall be:
63+
When `$PSDefaultEncoding` is set to `WindowsLegacy`, the behavior shall be:
6864

6965
```
7066
CmdletName Encoding

0 commit comments

Comments
 (0)