|
|
|
|
|
by Arnavion
2659 days ago
|
|
FWIW it's generally advised to not open files in text mode on Windows anyway. The handling of \x1A is one reason. The automatic mangling of newlines into Windows newlines is another. Edit: And while cmd's type does process it, modern stuff like PS's Get-Content does not. |
|