Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'encoding': 0.05; 'subject:Python': 0.06; 'definitions': 0.07; '32-bit': 0.09; 'bytes.': 0.09; 'integers': 0.09; 'janvier': 0.09; 'terms,': 0.09; 'url:unicode': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nonnegative': 0.16; 'url:faq': 0.16; 'width,': 0.16; 'elements': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'form:': 0.24; 'unicode': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'specified': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'yes.': 0.31; 'received:google.com': 0.35; 'url:org': 0.36; 'wrong': 0.37; 'mapping': 0.38; 'units': 0.60; 'such': 0.63; 'more': 0.64; 'between': 0.67; 'subjectcharset:utf-8': 0.72; 'batchelder': 0.84; '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:content-transfer-encoding; bh=2kyGXfL1qh8Zrdru5YkiX3lfWSB7qCy1Y0cotjYDcL8=; b=UU2+AW4t5LWqETY9dtwCYVAI7tosvOJxAxDglC/hlSHF0uhAWA3bTRCSh/yQHtYcMC ejf0GtvYZ9h7uCiPMRvBNCRc0po2bIlI8MyinBoSyLFyEw5M3f+yUNu0YLNg5diK3Ifw Zxd3BV2KKt2cwhJfKnj4nESbP5LMYyFNFOAJ+eQyQ5ReggETo/1maIPsOrcF49af6RKI AAJA51eodhXPQzeoa3/+B6YnnXD/8t/Likstd6mZLJcEICNKLBeV+odUaorsMv4vx/rB MJaym2ToNitq7ogr4RHFbgJ3a7hY6jI7Mtp2MugxKnvlF6l/4zOJ7OSthVH6mNFy72id geWQ== MIME-Version: 1.0 X-Received: by 10.68.108.194 with SMTP id hm2mr3540596pbb.22.1389798878713; Wed, 15 Jan 2014 07:14:38 -0800 (PST) In-Reply-To: <5d820037-44ad-4d8d-bb1b-4fb812fc876b@googlegroups.com> References: <30dfa6f1-61b2-49b8-bc65-5fd18d498c38@googlegroups.com> <52D67873.2010502@chamonix.reportlab.co.uk> <5d820037-44ad-4d8d-bb1b-4fb812fc876b@googlegroups.com> Date: Thu, 16 Jan 2014 02:14:38 +1100 Subject: =?UTF-8?B?UmU6ICdTdHJhw59lJyAoJ1N0cmFzc2UnKSBhbmQgUHl0aG9uIDI=?= From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389798888 news.xs4all.nl 2960 [2001:888:2000:d::a6]:47870 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63990 On Thu, Jan 16, 2014 at 1:55 AM, wrote: > Le mercredi 15 janvier 2014 13:13:36 UTC+1, Ned Batchelder a =C3=A9crit : > >> >> ... more than one codepoint makes up a grapheme ... > > No Yes. http://www.unicode.org/faq/char_combmark.html >> In Unicode terms, an encoding is a mapping between codepoints and bytes. > > No Yes. http://www.unicode.org/reports/tr17/ Specifically: "Character Encoding Form: a mapping from a set of nonnegative integers that are elements of a CCS to a set of sequences of particular code units of some specified width, such as 32-bit integers" Or are you saying that www.unicode.org is wrong about the definitions of Unicode terms? ChrisA