Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.033 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.02; 'encoded': 0.07; 'utf-8': 0.07; 'subject: [': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'suggest': 0.14; 'firebug': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Unicode': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'else,': 0.19; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'there.': 0.32; "i'd": 0.34; 'something': 0.35; 'received:google.com': 0.35; 'list': 0.37; 'subject:]': 0.38; 'pm,': 0.38; 'mailing': 0.39; 'first': 0.61; "browser's": 0.84; 'subject:Managing': 0.84; 'rusi': 0.91; 'step.': 0.91; 'to:none': 0.92; '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:cc :content-type; bh=dNcEu6d2VOUb4vVjzS+lSN5qSajRWpFvDnj/YrYzcyo=; b=X8y+xEifSoLzVW73tAAhGqxEDuZv5CI8iMCaQZC4iBJXfNgL4sPe4A5395bF8DOVai epw37XBFINB5Dko2e95gfIL5sDEyGb2AXfwO2SNKlAkJjaAx+GYYxbsngQ2nrXmsDBO/ 7TqL/zidSwz5u+IUCTmKdAWILdxDQnhE0Ov8bp+QZRMwneCuXuDGJ5fJRyElzcDrtXbS Po+AIjy5HGsR555enpSnymvhdsk+TnRllk4+UL5TQCTFOl83VtqGFfGInZ07/aIvFMLk z9E3IigAGxxcCQLaNcRfiIJpIgxeqyge1Zfe1c2lOvPHNDxr6tyVOzJeehmsOPwKUfT4 EfdQ== MIME-Version: 1.0 X-Received: by 10.66.118.71 with SMTP id kk7mr7758327pab.14.1386384105502; Fri, 06 Dec 2013 18:41:45 -0800 (PST) In-Reply-To: <41e2ac37-d751-43b4-a720-e8da58429420@googlegroups.com> References: <5f370a06-8d2c-4d7d-bc22-b9a489c15c59@googlegroups.com> <132658ff-d06a-4136-ade6-353189da5769@googlegroups.com> <51007240-6bc9-4f0b-9937-4883bcc0ceb6@googlegroups.com> <52a21ec1$0$30003$c3e8da3$5496439d@news.astraweb.com> <41e2ac37-d751-43b4-a720-e8da58429420@googlegroups.com> Date: Sat, 7 Dec 2013 13:41:45 +1100 Subject: Re: ASCII and Unicode [was Re: Managing Google Groups headaches] From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386384117 news.xs4all.nl 2920 [2001:888:2000:d::a6]:42232 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61221 On Sat, Dec 7, 2013 at 1:33 PM, rusi wrote: > That seems to suggest that something is not right with the python > mailing list config. No?? If in doubt, blame someone else, eh? I'd first check what your browser's actually sending. Firebug will help there. See if your form fill-out is encoded as UTF-8 or CP-1252. That's the first step. ChrisA