Re: [pygtk] PyGtk+glade2+gettext

2003-07-29 Thread Alexandr V. Demeshko
On Tue, 29 Jul 2003 09:22:23 +0800 James Henstridge <[EMAIL PROTECTED]> wrote: > >When I call from Python glade.XML("mygladefile", domain="mydomain") > >wrapper code does not use domain, instead passes it into libglade2 by > >calling glade_xml_new. And then libglade2 uses "mydomain" internally. >

Re: [pygtk] PyGtk+glade2+gettext

2003-07-28 Thread Alexandr V. Demeshko
think that locale works fine. gettext which called indirectly from libglade2 works as it should be. It correctly defines system locale and converts extracted strings into it. But this behavior is not the same as GTK need. GTK needs UTF-8, right? -- Alexandr V. Demeshko <[EMAIL PROTECTED]>

[pygtk] PyGtk+glade2+gettext

2003-07-28 Thread Alexandr V. Demeshko
ieve that nobody use such tool combination before me. Maybe I misunderstand something? So please help me. Thanks in advance. -- Alexandr V. Demeshko <[EMAIL PROTECTED]> ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] PyGTK, GLADE2 , Newbie programmer

2003-07-15 Thread Alexandr V. Demeshko
don't want i18n your program correctly as Gnome etc (i. e. with gettext) then you can try to convert your glade file into UTF-8 before using (recode'KOI8-R/..UTF-8/' demo.glade). Or at least instead to point correct encoding of glade documen