Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.069 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; '21,': 0.07; 'cc:addr :python-list': 0.09; 'subject:2.7': 0.09; 'translate': 0.15; 'things.': 0.15; 'btw': 0.16; 'fits': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:non': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'leave': 0.23; 'slightly': 0.23; 'thanks,': 0.24; 'second': 0.24; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'equivalent': 0.27; 'mostly': 0.27; 'message- id:@mail.gmail.com': 0.27; 'helpful.': 0.29; 'subject: [': 0.29; 'unified': 0.29; "i'm": 0.30; 'url:wiki': 0.30; 'word.': 0.33; "i'll": 0.33; 'tue,': 0.34; 'info': 0.34; 'received:google.com': 0.35; 'unicode': 0.35; 'but': 0.36; 'url:org': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'someone': 0.38; 'google': 0.39; 'means': 0.39; 'url:en': 0.39; 'subject:-': 0.39; 'still': 0.40; 'some': 0.40; 'your': 0.60; 'skip:u 10': 0.61; 'side': 0.62; 'further': 0.62; 'more': 0.63; 'url:%1': 0.67; 'jul': 0.72; 'inform': 0.79; 'boys': 0.84; 'chrisa': 0.84; 'roman': 0.84; 'url:%9d': 0.84; 'url:%b9': 0.84; 'to:none': 0.91 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=OLthllBmNJXCkB4i8TxrNEfwmqjzSVmy0yrc5E7gsKw=; b=WalsD9JP23WeKLibHUTjNo/uaaPAoea25qQJ1eB0upwPWVb1MvH6Hox0YRuYg4HO07 HhQEbhWY2Jzx7FdU/ZrSBpFd54qnaw2meXlgb4HUZQGfD2p2+3I7eNRJO4cDngKNTkwS XDjswN3p2C2x8BQi0eS/KW4HVR1C8opjmFqnPdpQv1fZ1ALVxy0ORTantA3t7oysFUsQ k+PhyEQHmlirZiaITEPJ+YqYMZbns8WmFoNLKFlTkE5ACNfOBAYq/jAtgOMau/4h0vZz gk8vpqlDoFU+M+uQbo8w+1FtTsP0KhcKulrVnQCNV8M9F55qsuVzQn3NufKOOQ5ypsmJ 0d3w== MIME-Version: 1.0 X-Received: by 10.50.142.67 with SMTP id ru3mr18918506igb.16.1437450215181; Mon, 20 Jul 2015 20:43:35 -0700 (PDT) In-Reply-To: <76252f32-64e9-405b-84a2-996200a6fa6f@googlegroups.com> References: <7083e494-6192-4acb-aea9-216d858171bc@googlegroups.com> <55ab2b57$0$1664$c3e8da3$5496439d@news.astraweb.com> <76252f32-64e9-405b-84a2-996200a6fa6f@googlegroups.com> Date: Tue, 21 Jul 2015 13:43:35 +1000 Subject: Re: Devanagari int literals [was Re: Should non-security 2.7 bugs be fixed?] 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.20+ 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437450218 news.xs4all.nl 2861 [2001:888:2000:d::a6]:34679 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:94264 On Tue, Jul 21, 2015 at 1:30 PM, Rustom Mody wrote: > BTW my boys have just mailed me their latest: > >>>> =E4=B9=9D.=E4=B9=9D=E4=B9=9D > > 9.99 > > Can some unicode/Chinese literate person inform me whether > that ideograph is equivalent to roman '9' or roman 'nine'? I'm not Chinese-literate, but I know how to dig up info from the Unicode side of things. '\u4e5d' CJK UNIFIED IDEOGRAPH-4E5D Thanks, very helpful. Perhaps slightly more useful: https://en.wiktionary.org/wiki/%E4%B9%9D But it still doesn't disambiguate digit vs word. Playing around with Google Translate suggests that it functions mostly like a digit; =E4=B9=9D=E4=B9=9D means "Ninety-nine" and =E4=B9=9D=E5=85=AB= means "Ninety-eight". But I'll leave further confirmation to someone who fits your second description. ChrisA