[Boa Constr] Encoding on Ubuntu
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-09-25 10:32:35
|
Me again, Do I have to do some special steps moving Python source from my Windows box to Ubuntu? I am asking as I get encoding errors when I try to run my application from within Boa, it complains that 'utf-8' can't decode: self.MainMenu.SetLabel(wxID_TWCBFPRINTINGLABELVINOTETAGS, _('Vinoté printable tags')) If I copy/paste this string into the shell and print the variable it shows correctly. Werner |