Python strings outside the 128 range

Piet van Oostrum piet at cs.uu.nl
Thu Jul 13 09:30:35 EDT 2006


>>>>> "Sébastien Boisgérault" <Sebastien.Boisgerault at gmail.com> (SB) wrote:

>SB> Hi,

>SB> Could anyone explain me how the python string "é" is mapped to
>SB> the binary code "\xe9" in my python interpreter ?

That is not done in the python interpreter. It is done in the editor in
which you prepare your python source.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list