GNOME Bugzilla – Bug 655007
Use g_utf8_validate for file loading
Last modified: 2011-07-26 14:51:24 UTC
You must validate the text before setting into the text buffer. http://git.gnome.org/browse/sushi/tree/src/libsushi/sushi-text-loader.c#n181
Created attachment 192337 [details] [review] invalid char This should do it, although I didn't test it.
Thanks for the patch, I pushed a slightly modified version of this to git master now.