hello,

By writing the following unicode string (I hope it can be send on this mailing list)

   Bücken

to a file

    fh.write ( line )

I get the following error:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 9: ordinal not in range(128)

How should I write such a string to a file ?

thanks,
Stef Mientki

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to