On Tue, Jun 13, 2017 at 1:22 AM, Nathaniel Smith <n...@pobox.com> wrote: > Though - we should probably mandate sometime/somewhere that the > filenames in a wheel are always in UTF-8 and also that they follow > some particular normalization (NFC?).
It looks like PEP 3131 says that Python identifiers get normalized to NFKC while parsing, so using NFKC for wheel filenames (which often include package/module names) probably makes sense as well. -n -- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig