Re: [xml] Extremely small doubt in libxml2

2019-08-01 Thread Akash Opensource via xml
Hi Daniel, Thanks a lot for the response !! Will debug further .My initial guess was UTF-8 ,4byte version restriction for avoiding range violation, because I am having issues with extended-ascii characters. Thanks for confirming it's not UTF-8 related. Thanks & Regards, Akash On Thu, Aug 1,

Re: [xml] Extremely small doubt in libxml2

2019-08-01 Thread Daniel Veillard via xml
On Wed, Jul 31, 2019 at 10:00:22PM +0530, Akash Opensource wrote: > Can you please help on this. ?? > My guess is encoding in UTF-8 > Can't remember, depending on which buffer it is encoding of byte flow may not be UTF-8 there. All this is relatively tricky code, written 15-20 years ago, I

Re: [xml] Extremely small doubt in libxml2

2019-07-31 Thread Akash Opensource via xml
Can you please help on this. ?? My guess is encoding in UTF-8 On Sun, Jul 28, 2019, 4:31 PM Akash Opensource Hi Veillard and Support Team, > > Thanks for the wonderful code of libxml2 written by you and the team. > It's a boon to software developers and teachers. > > I have a doubt regarding

[xml] Extremely small doubt in libxml2

2019-07-28 Thread Akash Opensource via xml
Hi Veillard and Support Team, Thanks for the wonderful code of libxml2 written by you and the team. It's a boon to software developers and teachers. I have a doubt regarding xmlParserInputBufferGrow() function in libxml2. I checked all the latest version of libxml2, but I don't see a explanation