Re: GtkUIManager help



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]