Re: [Boa Constr] htmlwindow loadpage error popup
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-09-14 07:24:07
|
carlwenrich wrote: > When I load a page from a url I get a Python Error popup that says, "Failure > to display HTML document in UTF -8 encoding." How do I handle (or suppress) > that? Suppressing the error is not a good idea, characters such as "üö" etc might not get represented correctly. There is a thread on wxPython list (wxP...@li...) about this and possible solutions. "Failed to display HTML document in ISO-8859-1 encoding" You might also check through the archive of that list about html. There is lots of talk about a new html widget based on WebKit. Werner |