hexacodes in python?

Tim Roberts timr at probo.com
Wed Sep 18 02:22:47 EDT 2002


jubafre at brturbo.com wrote:

>what is the hexacode for 'ç' in python?
>where can i take the hexacodes?	

This is somewhat operating-system dependent, but it is not really
Python-dependent.  In Windows, "lower case C with cedilla" is hex E7,
decimal 231.  In Unicode, it is U+00E7.

I used the Windows 'charmap' application to look this up.
--
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list