Sébastien Libert wrote: > >>> f=open("c:\\mylog.log") better make that: f=open("c:\\mylog.log", "rb") > >>> fline=f.readline() > >>> fline=unicode(fline,'UTF-16').encode('utf-8') Cheers /F