X-Received: by 10.50.87.42 with SMTP id u10mr8408878igz.1.1450277759134; Wed, 16 Dec 2015 06:55:59 -0800 (PST) X-Received: by 10.50.114.105 with SMTP id jf9mr287624igb.1.1450277759066; Wed, 16 Dec 2015 06:55:59 -0800 (PST) Path: csiph.com!au2pb.net!feeder.erje.net!2.us.feeder.erje.net!news.glorb.com!mv3no16969653igc.0!news-out.google.com!l1ni5127igd.0!nntp.google.com!mv3no12799472igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Wed, 16 Dec 2015 06:55:58 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:2c76:5d70:ccf4:ac14:65d1:d442; posting-account=ung4FAoAAAC46zhHJ0Nsnuox7M5gDvs_ NNTP-Posting-Host: 2a02:120b:2c76:5d70:ccf4:ac14:65d1:d442 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: subprocess.call with non-ASCII arguments? From: wxjmfauth@gmail.com Injection-Date: Wed, 16 Dec 2015 14:55:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.python:100512 Le mercredi 16 d=E9cembre 2015 13:44:36 UTC+1, Ulli Horlacher a =E9crit=A0: ... Your application will never work. Or more precisely, it may only work by chance. I guess, your understanding of non ascii file names really means *non ascii, but cp1252 characters*, like =F6, =C4, =DF, =FC, ... (to stick with German.) Python 3? No, it's not the solution.