Rs: Problem with GtkEntry and specials chars

[email protected] ("Raphaël Terrettaz") Fri, 4 Apr 2008 22:47:23 +0200
Newsgroups php.gtk.general
Message-ID <[email protected]>
Hello !

I've a problem with GtkEntry and special chars, like èï, ...

I've try the example code given for the GtkEntry constructor (example 57, http://gtk.php.net/manual/en/gtk.gtkentry.constructor.php)

If I write the text "ééèè" in the GtkEntry and push the button, the console text will be "ééee". The last chars have been changed. Is there any way to get special chars ?

Thank you !
Raphaël Terrettaz