Re: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

2007-05-14 Thread Yeti
On Mon, May 14, 2007 at 04:41:26AM -0700, beginner.c wrote: > > I'm doing the following and get the above error (of course with the funny > characters). What am I doing wrong? Beside using sprintf() (instead of at least g_snprintf()) which is always wrong, you are not posting selfcontained, i.e.

Re: Pango Warning

2006-09-11 Thread Vivien Malerba
On 9/11/06, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > On Mon, Sep 11, 2006 at 10:51:17AM +0530, shibu Alampatta wrote: > > I'm using a combo box, code is given below > > > > char a[15]; > > > > strcpy(a,"AAA"); > > glist_append(glist,a); > > > > It reports > > > > Pango Warning**: Invalid UT

Re: Pango Warning

2006-09-10 Thread Yeti
On Mon, Sep 11, 2006 at 10:51:17AM +0530, shibu Alampatta wrote: > I'm using a combo box, code is given below > > char a[15]; > > strcpy(a,"AAA"); > glist_append(glist,a); > > It reports > > Pango Warning**: Invalid UTF-8 string passed to pango_layout_set_text() The posted code does not print

Re: PANGO-Warning and then my application exits

2005-11-29 Thread luca
Hello ;) Luca Cappa wrote: Hello all, I have a problem with my application, that when it is started it just output these lines: (x:18680): Pango-WARNING **: Cannot open font file for font Bitstream Vera Sans 10 (x:18680): Pango-WARNING **: Cannot open fallback font, nothing to do and