Hi, On Wed, 2002-08-14 at 13:59, Ruben Porras wrote: > 2-When I try to enter in a text_entry some text with non english > caracters like �, �. �,�... y recive this error: > > Invalid UTF8 string passed to pando_layout_set_text() > I'm using Debian Sarge and GTK 2.0.
I assume you're trying to set the text programatically. You need to provide the text in UTF-8 format. So either insert the correct utf codes in your program (e.g. gedit saves in utf-8 IIRC), or use g_locale_to_utf8() to convert your string. HTH, Gustavo _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
