RE: HELP for TextView functions
- From: martyn 2 russell bt com
- To: gk_lin rediffmail com, gtk-app-devel-list gnome org
- Subject: RE: HELP for TextView functions
- Date: Wed, 18 Jun 2003 09:22:48 +0100
> (testtextwidget:15175): Gtk-CRITICAL **:
file gtktextbuffer.c: line 476 (gtk_text_buffer_emit_insert): assertion
`g_utf8_validate (text, len,
> NULL)' failed
The
reason for this, is that your text is not valid UTF8. All of GTK uses
UTF8. You can check the validity of your text using this function:
g_utf8_validate();
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]