On 1/14/20, Inada Naoki <songofaca...@gmail.com> wrote: > > UTF-8 mode shouldn't take precedence over legacy FS encoding. > > Mercurial uses legacy encoding for file paths. They use > sys._enablelegacywindowsfsencoding() on Windows. > https://www.mercurial-scm.org/repo/hg/rev/8d5489b048b7
This runtime call can override the initial configuration that's based on environment variables and -X options. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/FXFBPIIZDFEZR5WVXVOMKMA5KLK3SNGH/ Code of Conduct: http://python.org/psf/codeofconduct/