GNOME Bugzilla – Bug 55141
SOLARIS: cannot drag/drop text to/from gtk1.3
Last modified: 2011-02-18 15:47:43 UTC
cannot drag text to or from a GTK2.0 text widget.... I used the testtext process to find/debug this.... Running Solaris 8 FCS on an Ultra 10 machine... The version of GTK we built was from CVS head dated: 23rd May '01.... This was recreated with motif1.2/motif2.1/java AWT/java Swing/Xview apps ran the .libs/testtext through gdb and the following is the output received to standard out: ----------------------------------- GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.9"... (gdb) run Starting program: /net/blader/gnome/2.0/nightly/src-2.0n-230501/gtk+/tests/.libs /./testtext [New LWP 1] [New LWP 2] [New LWP 3] [New LWP 4] testtext (pid:552): Gdk-WARNING **: Error converting to UTF-8 from '646': Conver sion from character set `646' to `UTF-8' is not supported Program received signal SIGINT, Interrupt. 0xfea97ac8 in _poll () from /usr/lib/libc.so.1 (gdb) where
+ Trace 5617
this does not apply to Java Swing apps....as was stated originally in the bug report
Would seem to indicate that gdk_utf8_to_compound_text() attempts to convert to charset "646" which appears to mean that g_get_charset() returns "646" - g_get_charset() must be hosed, I don't think that's a sensible charset is it?
*** This bug has been marked as a duplicate of 55152 ***