Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.octanews.net!indigo.octanews.net!auth.beige.octanews.com.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: How do I display unicode value stored in a string variable using ord() References: <308df2af-abe7-4043-b199-0a39f440e0ab@googlegroups.com> <502f8a2a$0$29978$c3e8da3$5496439d@news.astraweb.com> <503088b7$0$29978$c3e8da3$5496439d@news.astraweb.com> <7xobm6u4kk.fsf@ruckus.brouhaha.com> Date: Sun, 19 Aug 2012 12:23:32 -0700 Message-ID: <7xsjbiele3.fsf@ruckus.brouhaha.com> Organization: Nightsong/Fort GNOX User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:DvgKvhSohmNgXjbXIHy6rgaCvYI= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 5 NNTP-Posting-Date: 19 Aug 2012 14:23:32 CDT X-Complaints-To: abuse@octanews.net Xref: csiph.com comp.lang.python:27423 Ian Kelly writes: >>>> print (type(bytes(range(256)).decode('latin1'))) > Thanks.