In message <[email protected]>, Joe 
Goldthwaite wrote:

> Next I tried to write the unicodestring object to a file thusly;
> 
> output.write(unicodestring)
> 
> I would have expected the write function to request the byte string from
> the unicodestring object and simply write that byte string to a file.

Encoded according to which encoding?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to