Re: [PATCH, XERCES-J] org.apache.xerces.readers.UTF8Reader.java

2000-03-23 Thread Ralf I. Pfeiffer
Thanks for your patch. It is Bug#72. We will verify and put it in as appropriate. -rip Vassili Dzuba wrote: > there is two bugs in bug in UTF8Reader in function skippedString, > that appears when the string being skipped is shared between two chunks. > - at line 725, index should be reset to fCur

[PATCH, XERCES-J] org.apache.xerces.readers.UTF8Reader.java

2000-03-20 Thread Vassili Dzuba
there is two bugs in bug in UTF8Reader in function skippedString, that appears when the string being skipped is shared between two chunks. - at line 725, index should be reset to fCurrentIndex, or the test for the part of the string in the first chunk is never performed - at line 749, the fCurre