I have a text file that includes characters like � (0xFC), � (0xE1), �
(0xF8), etc.  When I try to load these into a combo drop-down list, I get 

  Invalid UTF8 string passed to pango_layout_set_text()

and a lot of incomplete entries in the drop-down.  So apparently I have to
convert these strings to UTF8.  Is there a pythonic way to do this?

Thanks,
Dave Cook

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to