On Thu, Jun 20, 2002 at 07:26:00PM -0400, David M. Cook wrote: > 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?
Oops, I should have done a google search first: http://www.reportlab.com/i18n/python_unicode_tutorial.html 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/
