Dear Support of Wxpython:
At first , thank you made Wxpython for the world.
Now, I want to use Htmlwidows of my procedures.
But, I don't know how can use the Utf-8 String for htmlwindows.setpage function.
I only know use Utf-8 html file for loadpage function.
Could you tell me where set web code in my use setpage function?
thanks!
Dear Support of Wxpython:
At first , thank you made Wxpython for the world.
Now, I want to use Htmlwidows of my procedures.
But, I don't know how can use the Utf-8 String for htmlwindows.setpage
function.
I only know use Utf-8 html file for loadpage function.
Could you tell me where set web code in my use setpage function?
The HtmlWindow will use the encoding specified in the document header to
know how to interpret the page data and which encoding to set for the fonts.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!