[Tutor] Handling international characters

Jorge Godoy godoy@metalab.unc.edu
Fri May 23 12:23:02 2003


Jorge Godoy <godoy@metalab.unc.edu> writes:

<snip />

>         self.res = wxXmlResource("convtemp.xrc")

Here it was my problem.

If I changed the above line to 

         self.res = wxXmlResource("convtemp.xrc", 0)

everything would have worked perfectly.

The zero indicates that Python shouldn't modify anything on the XML
file. 

I'd like to thank to the author of XRCed for his attention on that. 



Thanks,
-- 
Godoy.    <godoy@metalab.unc.edu>