Re: [Boa Constr] Encoding on Ubuntu
Status: Beta
Brought to you by:
riaan
From: Oleg D. <thi...@td...> - 2007-09-28 09:55:32
|
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') ? -- Oleg |