[Python-ideas] Introduce some obvious way to encode and decode filenames from Python code
MRAB
python at mrabarnett.plus.com
Tue Jul 17 23:52:57 CEST 2012
On 17/07/2012 22:25, Sven Marnach wrote:
> Victor Stinner schrieb am Tue, 17. Jul 2012, um 03:03:24 +0200:
>> os.fsencode() should not be used explicitly on Windows.
>
> What else should I do to pipe filenames to another process? At least,
> os.fsencode() seems to work, even with cyrillic filenames.
>
Encode to UTF-8?
More information about the Python-ideas
mailing list