[Glade-users] problems with glade
Damon Chaplin
damon@karuna.uklinux.net
06 Nov 2003 09:34:29 +0000
On Thu, 2003-11-06 at 00:41, Albert wrote:
> (tenes777:4771): Gtk-CRITICAL **: file gtktextbuffer.c: line 543
> (gtk_text_buffer_emit_insert): assertion `g_utf8_validate (text, len,
> NULL)' failed
I'd guess your file uses an encoding other than UTF-8.
Do you know what encoding is used in the file?
You can use g_convert() from glib to convert it to UTF-8.
Try using a plain ASCII file to see if that works.
Damon