Comment 15 for bug 1682305

Revision history for this message
Scott Enderle (scott-enderle) wrote :

I agree this is a bug. This broke basic file management in Python 2. Without a UTF-8 locale, by default Python 2 tries to convert filenames to ascii and chokes on unicode characters. No degree of minimalism justifies breaking unicode support in a modern operating system.