Comment 2 for bug 832028

Revision history for this message
Vincent Ladeuil (vila) wrote :

> * Python 2 doesn't give access to the unicode environment block on windows only the 'ANSI' compatiblity apis.

What does that mean in practice ? Is there at least a way for the user to specify unicode paths in *some* encoding (mbcs ?)

> * Both the environment and paths can be arbitrary bytes on nix so decoding to unicode is never fully correct.

As long as we can trap invalid values, we can at least define which subset we can support (and report proper errors for the rest) no ?