On 1/14/20, Inada Naoki <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/FXFBPIIZDFEZR5WVXVOMKMA5KLK3SNGH/ Code of Conduct: http://python.org/psf/codeofconduct/
