how to convert chinsese-character to utf8?

2003-09-24 Thread yangxiaoli
I use function g_locale_to_utf8() and g_convert() to convert Chinese-character to utf8,but got error message: Invalid byte sequence in conversion input. How to convert it to utf8? Best Regards. = yangxiaoli [EMAIL PROTECTED] 2003-09-24

gdk-pixbuf.loaders png not found

2003-09-24 Thread xavier dumur
Hello, I'm trying to build gtk+-2.2.2 and I have a problem about png, I include lipng libpath to LDFLAGS in the configure and it pass well, but when I do the make in the gdk-pixbuf folder I have this error g_module_open() failed for

List and treeview tooltips

2003-09-24 Thread Manuel Op de Coul
I was using eventboxes to show tooltips on the labels of column headers in columned lists. Disappointed that all my carefully written tips didn't work anymore when moving from 1.2 to 2.2, I reported this bug to bugzilla. http://bugzilla.gnome.org/show_bug.cgi?id=117978 Now I'm trying to put

FLUSH

2003-09-24 Thread Ariel Fritz
Hi all I'm writing an application in gtk that use network events to recieve udp commands. Then this application show widgets over a movie screen. These widgets are for example labels that show information about the video, and a progress bar that indicate the volume level. But sometimes my

how to convert chinsese-character to utf8?

2003-09-24 Thread alula
I use function g_locale_to_utf8() and g_convert() to convert Chinese-character to utf8,but got error message: Invalid byte sequence in conversion input. How to convert it to utf8? Best Regards. = alula [EMAIL PROTECTED] 2003-09-24

Re: how to convert chinsese-character to utf8?

2003-09-24 Thread James M. Cape
On Wed, 2003-09-24 at 02:51, yangxiaoli wrote: I use function g_locale_to_utf8() and g_convert() to convert Chinese-character to utf8,but got error message: Invalid byte sequence in conversion input. How to convert it to utf8? You should call g_convert, with the src_encoding properly set to

Re: GTK Can't Find libtiff

2003-09-24 Thread JS
Hi Sven, Well, I looked through the help page and decided to try to compile GTK with the string that you suggested. However, configure still didn't link to libtiff. So I then tried a recompile of libtiff and copied this following list of directories, in which it was asking me if it was alright

Re: GTK Can't Find libtiff

2003-09-24 Thread Sven Neumann
Hi, JS [EMAIL PROTECTED] writes: Well, I looked through the help page and decided to try to compile GTK with the string that you suggested. However, configure still didn't link to libtiff. Can you show us the relevant (tiff-related) parts of config.log? Sven

Re: GTK Can't Find libtiff

2003-09-24 Thread JS
Hi Sven, Here is the error that comes up for configure while compiling GTK: checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: WARNING: *** TIFF plug-in will not be built (TIFF library not found)

Re: GTK Can't Find libtiff

2003-09-24 Thread Sven Neumann
Hi, JS [EMAIL PROTECTED] writes: configure:23170: checking for TIFFReadScanline in -ltiff configure:23201: gcc -o conftest -g -O2 -Wall -L/usr/local/bin conftest.c -ltiff -lm -lintl 5 ld: table of contents for archive: /usr/lib/libtiff.a is out of date; rerun ranlib(1) (can't load from

Re: GTK Can't Find libtiff

2003-09-24 Thread JS
Hi Sven, I have searched the entire root directory and cannot find a libtiff.so file. Is there anyway I could get this file so I can get GTK to recognize libtiff? And how can the build of libtiff go wrong like this? Thanks again, J Silverman --- Sven Neumann [EMAIL PROTECTED] wrote: Hi, JS

Fw: Re: how to convert chinsese-character to utf8?

2003-09-24 Thread yangxiaoli
I use g_convert(string, -1, UTF-8, CP950, NULL, NULL, error) to convert but get the message: Conversion from character set 'CP950' to 'UTF-8' is not supported. : James M. Cape [EMAIL PROTECTED] On Wed, 2003-09-24 at 02:51, yangxiaoli wrote: I use function

Exiting Program...

2003-09-24 Thread Jason Dempsey
Ok, since gtk_exit () is depreciated. Whats another way my users can click 'Quit' and exit the program entirely? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Exiting Program...

2003-09-24 Thread Chee Bin HOH
On Thu, 2003-09-25 at 08:25, Jason Dempsey wrote: Ok, since gtk_exit () is depreciated. Whats another way my users can click 'Quit' and exit the program entirely? Create a 'Quit' button and attach a callback function to the widget's `clicked` event, inside the callback function, invoke

Re: GTK Can't Find libtiff

2003-09-24 Thread Sven Neumann
Hi, JS [EMAIL PROTECTED] writes: I have searched the entire root directory and cannot find a libtiff.so file. Is there anyway I could get this file so I can get GTK to recognize libtiff? Yes, compile a shared libtiff library or get your hands on a prebuilt version. fink should have it.

Re: Fw: Re: how to convert chinsese-character to utf8?

2003-09-24 Thread James M. Cape
On Wed, 2003-09-24 at 17:55, yangxiaoli wrote: I use g_convert(string, -1, UTF-8, CP950, NULL, NULL, error) to convert but get the message: Conversion from character set 'CP950' to 'UTF-8' is not supported. Hmm. According to my /usr/lib/gconv/gconv-modules file, cp950 is an alias for big5,