On Jan 2, 8:44 pm, John Machin <[EMAIL PROTECTED]> wrote:

> (1) Try these at the Python interactive prompt:
>
> unicode('', 'latin1')

Also use those 6 cases to check out the difference in behaviour
between unicode(x, y) and x.decode(y)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to