This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 정한솔
Recipients 정한솔
Date 2019-04-12.08:27:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555057621.3.0.569629165063.issue36609@roundup.psfhosted.org>
In-reply-to
Content
"activate.ps1" (venv) is currently encoded as UTF8 without BOM. But this cause an error if path of an environment contains non-ASCII characters. It seems Powershell can't recognize UTF8 without BOM. If I changed encoding of activate.ps1 to UTF8-BOM, it works well.

So I think activate.ps1 should be encoded as UTF8-BOM.

https://stackoverflow.com/questions/14482253/utf8-script-in-powershell-outputs-incorrect-characters
History
Date User Action Args
2019-04-12 08:27:01정한솔setrecipients: + 정한솔
2019-04-12 08:27:01정한솔setmessageid: <1555057621.3.0.569629165063.issue36609@roundup.psfhosted.org>
2019-04-12 08:27:01정한솔linkissue36609 messages
2019-04-12 08:27:01정한솔create