-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Drop BOM #8636
Copy link
Copy link
Closed
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.
Metadata
Metadata
Assignees
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.
PowerShell silently inserts a Unicode BOM at the beginning of output streams such as with
echo, causing downstream processes to fail. For example, if you try to useechoto author a pip.ini file, pip will be unable to load the file due to the BOM.