Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'encoding': 0.05; 'http': 0.09; '"by': 0.16; 'encoding.': 0.16; 'filenames.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mean,': 0.16; 'utf8': 0.16; 'wrote:': 0.18; 'headers': 0.24; 'header:In-Reply-To:1': 0.27; 'wonder': 0.29; 'specified': 0.30; 'message-id:@mail.gmail.com': 0.30; 'correctly.': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'file': 0.32; 'subject:from': 0.34; 'subject: (': 0.35; "can't": 0.35; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'shows': 0.36; 'received:209': 0.37; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'tell': 0.60; 'include:': 0.61; 'browser': 0.61; 'name': 0.63; 'believe': 0.68; 'default': 0.69; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Sldoe8LhMmV+wYOj9Ng2W7JDG2WBeZ3i/tpoEvwSFbA=; b=Hv9wixVbffEWe+/blrLnRkkUfjY0vsZgw9yifThJo4ZXYEGZrOA7FaR7dMLA6ms0gY e7Jl0anh8m/LMkQ02knBIqYB474UGYdb96o6MWUb9g9/u9axF8rsbgVmg0KEtaS+T3fc wDl6LUcBuzZeKqXA9a7t1oZTnXTE2q9+aixLprCH/6s7l4mNF9hycDBYf/xAd4T06WgI 0NJhlbYCTA+kDrzjmXIr9dKNv/txzxy9FfDFIjpqZII7IC/647miat18JpSYIWjL+eWX h5URbYWo9fk9SQK4o6kVjLgFvK52xM0cBsrvrXB1hv/QSyfupH9Awmzek5m+GsmawiPb a8NA== MIME-Version: 1.0 X-Received: by 10.220.109.66 with SMTP id i2mr18070712vcp.51.1370331331598; Tue, 04 Jun 2013 00:35:31 -0700 (PDT) In-Reply-To: References: <2c425f2b-99de-4453-964e-c585f2043f71@googlegroups.com> <16b6b38b-aa9e-4148-8c97-741a8f593dac@googlegroups.com> <749e23ce-9b40-4ed4-aa6a-b06c2d7a1c24@googlegroups.com> <18755849-35bc-4925-811a-8f6f9fb5bf9c@googlegroups.com> <8c16324f-da12-44ff-bf2f-4ae56f9127c0@googlegroups.com> <51ac3bd6$0$11118$c3e8da3@news.astraweb.com> <51ad1cdd$0$11118$c3e8da3@news.astraweb.com> Date: Tue, 4 Jun 2013 17:35:31 +1000 Subject: Re: Changing filenames from Greeklish => Greek (subprocess complain) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370331334 news.xs4all.nl 15885 [2001:888:2000:d::a6]:49423 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46845 On Tue, Jun 4, 2013 at 4:28 PM, wrote: > =D4=E7 =D4=F1=DF=F4=E7, 4 =C9=EF=F5=ED=DF=EF=F5 2013 1:46:53 =F0.=EC. UTC= +3, =EF =F7=F1=DE=F3=F4=E7=F2 Steven D'Aprano =DD=E3=F1=E1=F8=E5: > >> Not so -- it actually shows correctly, provided you use the right >> encoding. Tell your browser to view the page as UTF-8, and the file name >> is displayed correctly. > > I can't believe Chrome whcih by default uses utf8 chosed iso-8859-1 to pr= esnt the filenames. What do you mean, "by default uses UTF-8"? Chrome uses whatever it's told. In this case, you have no encoding specified in the page, and your HTTP headers include: Content-Type:text/html;charset=3DISO-8859-1 I wonder what effect that'll have... I wonder. Quit blaming Chrome for what's not its fault. (There's enough that is, but that's true of every browser.) ChrisA