i wan't convert this in utf8 with g_locale_to_utf8_() function :
Code: Select all
Utf8 = g_locale_to_utf8_("French is hard : é è à ...",-1,#null,#null,#null)Code: Select all
pLabel=gtk_label_new(sUtf8)and with peeks() doesn't work too...
Thx for any help.
