Re: [Boa Constr] Encoding on Ubuntu
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-09-28 11:08:30
|
Hi Oleg, Oleg Deribas wrote: > Hello, > > Werner F. Bruhin said the following on 25.09.2007 13:31: > >> 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')) > > Have you tried to replace it with this: > > _(u'Vinoté printable tags') I think I did. Currently working on some other stuff, will check this again. Thanks Werner |