Path: csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'subject:Python': 0.06; 'source.': 0.07; 'docs.': 0.16; 'fits': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:issue': 0.16; 'using,': 0.16; 'wrote:': 0.18; 'working.': 0.19; '31,': 0.24; 'module,': 0.24; 'switched': 0.24; '(or': 0.24; 'source': 0.25; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'michael': 0.29; 'chris': 0.29; 'am,': 0.29; 'points': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'too.': 0.31; 'probably': 0.32; 'actively': 0.33; 'fri,': 0.33; 'problem': 0.35; 'subject: (': 0.35; 'received:209.85': 0.35; 'knows': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; "he's": 0.36; "didn't": 0.36; 'should': 0.36; 'searching': 0.37; 'received:209': 0.37; 'minimum': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'skip:u 10': 0.60; 'spot': 0.65; 'skill': 0.68; 'glad': 0.83; 'cast': 0.91; '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=8defvA0ZPq1HpFdn63eBIkQAtl9CycG7orKSALRRLes=; b=gCIZ5Ppb3L0rfpMz4jwlyy6jKDBMUyjdwwqQnCyQ3stCAgnv0zolQT2SEzm6ZgLrjT +BbN7yNA6WKfrKV6Mu8++qZ+f6+WjFzuRsoN84DOYTRChxkmLuSD2uBeG9Uu7TbFZbVi dTFnxPUmgWCa6pS7Ib5h1UwtfjYsiJBqTdrvRnQwpGlXMJjO9V+GqTygp9bUas4YTKRa lFnuLAkjNJnqXG2BjGqotnshIMITtSmIYSJgQ5MhckPgkDdH8cVOO81sPlHAgOjRu2S+ R1imy/HITsPDkVMYZhqGMUh9Cjcxob8xBZj8xbD1+kqvVpe4ZvqXvpDQZyV6sODXBoiR Ucpw== MIME-Version: 1.0 X-Received: by 10.52.164.163 with SMTP id yr3mr4869648vdb.76.1369924801318; Thu, 30 May 2013 07:40:01 -0700 (PDT) In-Reply-To: <51A7639D.4000104@gmail.com> References: <7823093c-2c07-4fa0-ae97-960c62f8ff9d@googlegroups.com> <0e3ef4e1-800f-40fc-8cdb-f9d1467266b0@googlegroups.com> <2217da95-178b-4af1-b816-af3ac5cb5f07@googlegroups.com> <332e8acf-7484-49ba-b2e9-5861a001c2e6@googlegroups.com> <65dff60d-5b85-47ab-8f9b-f5578998e807@googlegroups.com> <626eb9fc-3d4c-4818-8ce0-67562c9ed5b7@googlegroups.com> <56a24a19-e3ca-4188-a617-63da252917f3@googlegroups.com> <51A7639D.4000104@gmail.com> Date: Fri, 31 May 2013 00:40:01 +1000 Subject: Re: Encodign issue in Python 3.3.1 (once again) 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369924809 news.xs4all.nl 15939 [2001:888:2000:d::a6]:34796 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46498 On Fri, May 31, 2013 at 12:35 AM, Michael Torrie wrote: > On 05/30/2013 05:47 AM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: >> The moen i switched "charset =3D 'utf-8'" =3D> "charset =3D 'utf8'" all >> started to work properly! > > Glad you have it working. > > Perhaps this should be a lesson to you, Nick. Chris was able to spot > your problem by READING THE DOCUMENTATION, which he probably found > through some quick searching on Google. These are things you can and > should do too. As well as looking at the source code of the modules you > may have downloaded and are using, and understanding how the code works > (or fits together) and how to debug. Well, actually I didn't find the documentation when I did those quick web searches, which is why I ended up looking at the source. That probably doubled the time requirement, and roughly doubled the minimum skill points to cast this spell (programming is an RPG, right?), but if he's actively using the module, he probably knows where to find its docs. ChrisA