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.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'received:134': 0.05; 'context': 0.07; 'string': 0.09; 'imply': 0.09; 'subject:few': 0.09; 'all).': 0.16; 'numeral': 0.16; 'simpson': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'characters': 0.30; 'context.': 0.31; 'no,': 0.35; 'programming,': 0.36; 'wrong': 0.37; 'so,': 0.37; 'two': 0.37; 'being': 0.38; 'represent': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'number,': 0.60; "you're": 0.61; 'such': 0.63; 'refer': 0.63; 'talking': 0.65; 'pardon': 0.84; 'vocabulary': 0.84 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAPXIvlGGuA9G/2dsb2JhbABawmuBEoMXAQEFeBELGAkWDwkDAgECAUUTBgICiAqwGogHj04Wg0oDl0GGDYs2gxE Date: Mon, 17 Jun 2013 10:33:00 +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: <51BEB188.6020809@rece.vub.ac.be> <20130617070812.GA52332@cskk.homeip.net> In-Reply-To: <20130617070812.GA52332@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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371457982 news.xs4all.nl 15887 [2001:888:2000:d::a6]:39473 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48508 Op 17-06-13 09:08, Cameron Simpson schreef: > On 17Jun2013 08:49, Antoon Pardon wrote: > | 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. > > No, those are just "numbers" or "numeric strings" (if you're being > overt about them being strings at all). They're "numeric strings" > because they're composed of "numerals". If you think otherwise your > vocabulary needs adjusting. A numeral is a single digit. Just because you are unfamiliar with a context in which "numeral" means a representation of a number, doesn't imply my vocabularly needs adjusting. -- Antoon Pardon