Re: Encoding of menu labels

2005-08-02 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> G. Baum: >> Anyway, the problem seems to be that the menu labels are always >> encoded in latin and never in utf, so they may not be translated >> via Glib::locale_to_utf8 (). AFAIK this has changed recently. Have >> a look at src/fronte

Re: Encoding of menu labels

2005-08-02 Thread Martin Vermeer
On Mon, 01 Aug 2005 12:53:54 +0100 John Spray <[EMAIL PROTECTED]> wrote: > Hi, > > [Regarding to bug 1954 (http://bugzilla.lyx.org/show_bug.cgi?id=1954)] > > Quoting: > > G. Baum: > > Anyway, the problem seems to be that the menu labels are always > encoded in > > latin and never in utf, so th

Encoding of menu labels

2005-08-01 Thread John Spray
Hi, [Regarding to bug 1954 (http://bugzilla.lyx.org/show_bug.cgi?id=1954)] Quoting: G. Baum: > Anyway, the problem seems to be that the menu labels are always encoded in > latin and never in utf, so they may not be translated via Glib::locale_to_utf8 > (). AFAIK this has changed recently. Have