Hello,
Im trying to display a \N{COPYRIGHT SIGN} in a statictext in my wxPython
program using a XRC file generated by XRCed. The coding is specified to be
utf-8 in the XRC header, but still it will not convert \N{COPYRIGHT SIGN}
into the proper character.
Has anyone suggestions on how to fix this?
Best regards,
Frank Aune
Frank Aune wrote:
Hello,
Im trying to display a \N{COPYRIGHT SIGN} in a statictext in my wxPython
program using a XRC file generated by XRCed. The coding is specified to be
utf-8 in the XRC header, but still it will not convert \N{COPYRIGHT SIGN}
into the proper character.
Has anyone suggestions on how to fix this?
I think you have to enter the utf-8 encoded character and not the unicode
representation. Print the character in a python shell and copy&paste it.
Christian