Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!feed.xsnews.nl!border-3.ams.xsnews.nl!xlned.com!feeder7.xlned.com!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; 'subject:How': 0.09; 'python': 0.09; 'subject:()': 0.09; 'subject:string': 0.09; 'subject:using': 0.09; 'aug': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:unicode': 0.16; 'subject:variable': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; "skip:' 10": 0.30; 'to:addr :python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'possible': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'wide': 0.62; 'different': 0.63; 'subject:value': 0.84; 'kat': 0.91; 'stamp': 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:to :content-type; bh=d/Ebj4rbeDJdq+5tt28kum1wbJevnLZVEqC/1W/rlVo=; b=v8L8ZA4a7gFw+oPRzsKojbeb6nL2PGT859HdmFKOb5wgkt5/nQmBsKvZdWrLs6o83W pxBvpmWjGe61PpyuFiI0WW81R86C02AsNb2jpNebBpetnVV0bY7u0++zGnbTQgg/pKge n00MKhpExV1rZUXL8Q/eC2q0z1A7V5yLm+CmPTrOC32r6F9z6aqaALQX92MtdBFzo2gU wEh0hm5WDYsrsXG1G1mPl3E2Az36Y5UQ1VogA1qAlCoU85NbGhLo74mv+NTNEG2N7C8F zkEnX0RgftHIVnqPpc8BBFnB80i00nlUfkNZBsSzzwgjRbuVh0Ew/3J2TWa2rwxVKV+8 Tuaw== MIME-Version: 1.0 In-Reply-To: References: <308df2af-abe7-4043-b199-0a39f440e0ab@googlegroups.com> <502f8a2a$0$29978$c3e8da3$5496439d@news.astraweb.com> <7xehn4vyya.fsf@ruckus.brouhaha.com> <5030832d$0$29978$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 19 Aug 2012 20:19:11 +1000 Subject: Re: How do I display unicode value stored in a string variable using ord() From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345371554 news.xs4all.nl 6987 [2001:888:2000:d::a6]:46511 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27372 On Sun, Aug 19, 2012 at 8:13 PM, lipska the kat wrote: > The date stamp is different but the Python version is the same Check out what 'sys.maxunicode' is in each of those Pythons. It's possible that one is a wide build and the other narrow. ChrisA