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.
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
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
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