Re: Bad characters in document
Sebastian Pipping <[email protected]> Sun, 03 Aug 2008 17:04:11 +0200
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Frank P Esposito wrote: > Is there a way to get a "call back" from expat that it scanned a bad > utf-8 sequence? > > Now, if that is the case, the scanner stops and returnes to the caller I don't think there is such a thing. I guess you will have to preprocess the string you pass to Expat. Sebastian