unicode revisted

June Kim junaftnoon at nospamplzyahoo.com
Tue Nov 14 20:02:49 EST 2000


"Alex Martelli" <aleaxit at yahoo.com> wrote in message 
>
[snipped]

After careful reading of the Python Unicode Proposal.txt, I could
make everything *almost* clear. Now I feel much better.

> I'm not sure what encoding the u'blah' form uses.  Does
> the Python parser really "call out" to whatever has been
> set (in siteconfigure, I guess) as the defaultencoding...?

What u'blah' does is actually unicode('blah','unicode-escape').
(as long as I understood it right)

[snipped]

> 
> Alex
> 

Best regards,

June




More information about the Python-list mailing list