Re: Encoding

2005-03-23 Thread André Pedralho
Use the simple xml parser and the string utilities when parsing your code! http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html http://developer.gnome.org/doc/API/2.0/glib/glib-String-Utility-Functions.html On Wed, 23 Mar 2005 20:18:39 +0600, Din%$h <[EMAIL PROTECTED]> wr

Re: Encoding

2005-03-23 Thread David Necas (Yeti)
On Wed, Mar 23, 2005 at 08:18:39PM +0600, Din%$h wrote: > I'm trying to get encoding support for simple xml parser. > For the time being it has only > ascii support only. As the first implementaion I want to get utf-8 > support to it. In order to do this I want to get convert utf-8 stre