Open GoogleCodeExporter opened 9 years ago
Replaced patch with a more generic version that handle chunks with different
lengths.
Original comment by timothy....@gmail.com
on 1 Jun 2010 at 1:43
Attachments:
It can not fix my problem.
I paste it on file sax.c, function sax_core (iksparser *prs, char *buf, int
len).
Compiling in Windows Server 2008 by MinGW, and calling in vs2008 like:
int errNo = -1;
char *buff = "<iq type='田'></iq>";// or <iq type=\"田\"></iq>
iks *tagParse = iks_tree(buff, strlen(buff), &errNo);
if(errNo == IKS_OK)
{
char *strTest = iks_find_attrib(tagParse, "type");
}
Original comment by weijiayi...@gmail.com
on 5 Nov 2011 at 7:30
Original issue reported on code.google.com by
timothy....@gmail.com
on 31 May 2010 at 6:07Attachments: