Re: [Gambas-user] Pango-WARNING

2010-11-06 Thread Benoît Minisini
> Thanks. > > A question, wiil be any Gambas way to find the line for this error in > the future? > No. Gambas is not aware that an underlying shared library prints warning to the standard error output. Regards, -- Benoît Minisini

Re: [Gambas-user] Pango-WARNING

2010-11-06 Thread user
Thanks. A question, wiil be any Gambas way to find the line for this error in the future? On Sat, 2010-11-06 at 16:57 +0100, Benoît Minisini wrote: > > Hi, > > > > i have an application (VirusCollectionTools) and the output in console > > gave this. > > > > (VirusCollectionTools-source:6343):

Re: [Gambas-user] Pango-WARNING

2010-11-06 Thread Benoît Minisini
> Hi, > > i have an application (VirusCollectionTools) and the output in console > gave this. > > (VirusCollectionTools-source:6343): Pango-WARNING **: Invalid UTF-8 > string passed to pango_layout_set_text() > > what is this? > An invalid UTF-8 string has been set to a GTK+ function. To know

Re: [Gambas-user] Pango-WARNING

2010-11-05 Thread Matti
Just google. There are 1630 results for pango-warning invalid utf-8 string passed to pango_layout_set_text. Am 05.11.2010 16:53, schrieb user: > Hi, > > i have an application (VirusCollectionTools) and the output in console > gave this. > > (VirusCollectionTools-source:6343): Pango-WARNING **:

[Gambas-user] Pango-WARNING

2010-11-05 Thread user
Hi, i have an application (VirusCollectionTools) and the output in console gave this. (VirusCollectionTools-source:6343): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() what is this? -- The N