Hi, Emmanuel Di Pretoro <[EMAIL PROTECTED]> writes:
> Probably a newbie question. > So, I've created a little front-end in GTK2 to a posgresql database. > When I insert character like '�', '�', etc, the result in the database > is like �@. > > What can I do to correct that ? feed it with UTF-8 and nothing but UTF-8. If you need to deal with strings in other encodings, use the conversion functionality offered by GLib-2.x: http://developer.gnome.org/doc/API/2.0/glib/glib-Character-Set-Conversion.html Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
