How do I display unicode value stored in a string variable using ord()

Chris Angelico rosuav at gmail.com
Sun Aug 19 06:19:11 EDT 2012


On Sun, Aug 19, 2012 at 8:13 PM, lipska the kat
<lipskathekat at yahoo.co.uk> 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



More information about the Python-list mailing list