We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad32361 + 61da03e commit f855f4dCopy full SHA for f855f4d
1-Draft/RFC0020-DefaultFileEncoding.md renamed to 2-Draft-Accepted/RFC0020-DefaultFileEncoding.md
@@ -51,20 +51,16 @@ The following is the complete list of `FileSystemCmdletProviderEncoding` members
51
* BigEndianUnicode
52
* BigEndianUTF32
53
* Byte
54
-* Default
55
-* Legacy
56
-* Oem
57
* String
58
* Unicode
59
-* Unknown
60
* UTF32
61
* UTF7
62
* UTF8
63
* UTF8NoBOM
64
65
When `$PSDefaultEncoding` is set to `UTF8NoBOM`, the file shall be created with UTF8 encoding and no BOM shall be written.
66
67
-When `$PSDefaultEncoding` is set to `Legacy`, the behavior shall be:
+When `$PSDefaultEncoding` is set to `WindowsLegacy`, the behavior shall be:
68
69
```
70
CmdletName Encoding
0 commit comments