Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'received:134': 0.05; 'context': 0.07; 'string': 0.09; 'subject:few': 0.09; 'numeral': 0.16; 'simpson': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'characters': 0.30; 'context.': 0.31; 'no,': 0.35; 'programming,': 0.36; 'wrong': 0.37; 'so,': 0.37; 'two': 0.37; 'represent': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'such': 0.63; 'refer': 0.63; 'talking': 0.65 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAFGwvlGGuA9G/2dsb2JhbABawmmBFYMXAQEFeBELGAkWDwkDAgECAUUTBgICiAqvfYgHj04Wg0oDl0GGDYs2gxE Date: Mon, 17 Jun 2013 08:49:44 +0200 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: A few questiosn about encoding References: <20130615002829.GA20314@cskk.homeip.net> In-Reply-To: <20130615002829.GA20314@cskk.homeip.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371451793 news.xs4all.nl 15919 [2001:888:2000:d::a6]:36594 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48499 Op 15-06-13 02:28, Cameron Simpson schreef: > On 14Jun2013 15:59, Nikos as SuperHost Support wrote: > | So, a numeral = a string representation of a number. Is this correct? > > No, a numeral is an individual digit from the string representation of a number. > So: 65 requires two numerals: '6' and '5'. Wrong context. A numeral as an individual digit is when you are talking about individual characters in a font. In such a context the set of glyphs that represent a digit are the numerals. However in a context of programming, numerals in general refer to the set of strings that represent a number. -- Antoon.