Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.swapon.de!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.06; 'definition,': 0.09; 'encode': 0.09; 'image,': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'character.': 0.16; 'encodings,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'utf8': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'bytes': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'lines': 0.31; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'received:google.com': 0.35; 'sequence': 0.36; 'url:org': 0.36; 'series': 0.66; 'subjectcharset:utf-8': 0.72; 'to:none': 0.92 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=RhrrWSk2QEVA0f10WQ2HK/mf39SIcJn/hKEVWKuMNig=; b=WUeWr8iQCAzLzRUnbKAI/Uc1ezUsiAKIfESH7mWLzeTLULDx9UrzFIOcrMkMZ+gWJi XGP0uPTrLdXKNpPLWRKIu7357YmJ99An2OFnHB5AIr1UQ4UnJmW+xTuME+0pAZ1VZ0ok TF971ChsClXOr2W+4pI3d0QOEQJPRMx0T35fE15wNA6JXJnCnlpPwgPu2DcP0osM1sQC NsOU9C9OR9cWtAUo8RnUXMKBUGgtq0TFiR2L4mQ4NKIcy+WOGzdK911QJP3vJvy09yT9 fzYfXA23pUP7ZRglyaJPJTk6cGPl/+Y6ir8OQJ7Fi5k/A6M+5+KIovhWhVwSrD50yy04 K7SQ== MIME-Version: 1.0 X-Received: by 10.68.201.10 with SMTP id jw10mr4163422pbc.25.1389806097893; Wed, 15 Jan 2014 09:14:57 -0800 (PST) In-Reply-To: <52D6BD83.9000804@chamonix.reportlab.co.uk> References: <30dfa6f1-61b2-49b8-bc65-5fd18d498c38@googlegroups.com> <52D67873.2010502@chamonix.reportlab.co.uk> <52D68402.6030407@chamonix.reportlab.co.uk> <570A55FE-6640-4480-BF9A-3C2F8B9C1DC5@gmail.com> <52D6BD83.9000804@chamonix.reportlab.co.uk> Date: Thu, 16 Jan 2014 04:14:57 +1100 Subject: =?UTF-8?B?UmU6ICdTdHJhw59lJyAoJ1N0cmFzc2UnKSBhbmQgUHl0aG9uIDI=?= 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389806101 news.xs4all.nl 2921 [2001:888:2000:d::a6]:37946 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64006 On Thu, Jan 16, 2014 at 3:55 AM, Robin Becker wrote: > I think about these as encodings, because that's what they are > mathematically, logically & practically. I can encode the target grapheme > sequence as a sequence of bytes using a particular 'unicode encoding' eg > utf8 or a sequence of code points. By that definition, you can equally encode it as a bitmapped image, or as a series of lines and arcs, and those are equally well "encodings" of the character. This is not the normal use of that word. http://en.wikipedia.org/wiki/Character_encoding ChrisA