a = '…' print(ord(a)) >>> 8230Most things with unicode are easier in 3.x, and some are even better in 3.3. The current beta is good enough for most informal work. 3.3.0 will be out in a month.
-- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list