GNOME Bugzilla – Bug 95810
call g_print() before gtk_init() make g_local_to_utf8 fail
Last modified: 2004-12-22 21:47:04 UTC
if call g_print() before gtk_init() (this may happen in c++'s global class 's constructor or just in the main() function.),then later call g_local_to_utf8(or g_filename_to_utf8) will abnormal(return NULL) when the char is not a english char(i.e. Chinese),if not call g_print() before gtk_init(),that ok.
*** This bug has been marked as a duplicate of 79529 ***