On Dec 12, 4:48 am, chengang.beij...@gmail.com wrote:
> int('\xf0',16) doesn't work, any way to do that?

hex(ord('\xf0'))

HTH,

Pete
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to