Re: GtkUIManager help
- From: John Cupitt <jcupitt gmail com>
- To: Adam <adam ajtee plus com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GtkUIManager help
- Date: Thu, 24 Nov 2005 21:46:08 +0000
On 11/24/05, Adam <adam ajtee plus com> wrote:
the string is a filepath i.e /home/adam/denemo/test.denemo. Is there
anything that I should know about in converting from xmlChar * inserting into
a GList and the extracting and converting to a gchar * ??
GTK+ is UTF-8 (almost) throughout. You need to find out what encoding
your xml file is using (ascii? latin1?) and convert from that to
UTF-8. Although I wonder what's invalid about your string ... is it
null terminated?
Also, the xmlChar typedef must die :-( it is very annoying.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]