STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Fix the title: sys.argv is already decoded using the locale encoding on Unix, 
the problem is that it uses a (possibly) different encoding to encode command 
line arguments: file system encoding.

----------
title: Use locale encoding to decode sys.argv, not the file system encoding -> 
Use locale encoding to encode command line arguments (subprocess, os.exec*(), 
etc.)

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8775>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to