On Tue, 18 Aug 2009 20:03:47 +1000, Ben Finney
<ben+pyt...@benfinney.id.au> wrote:
>The principles of handling text in Python: Get it to internal Unicode
>objects as soon as possible, handle it as Unicode for as long as
>possible, and only encode it to some byte stream for output as late as
>possible.

Thanks much for the tip. I'll keep that in mind when I have strings
with accents.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to