[Gtk-sharp-list] Invalid UTF8 string

Tiago Lima tiago.lima@vianw.pt
Sun, 22 Feb 2004 12:14:17 +0000


Hi,

I think the code:

	Pango.Layout pangoLayout =3D ...
	pangoLayout.SetText("=E7"); // or any other with accents...

gives a warning:

** (<unknown>:1868): WARNING **: Invalid UTF8 string passed to=20
pango_layout_set_text()

Am I missing something, like setting some property in the layout or so?

Thanks in advance,
	Tiago Lima