Re: java strings and encoding question

2001-04-06 Thread Andy Clark
[EMAIL PROTECTED] wrote: > 1) how is xerces working with String input at all? Most of these documents It has more to do with how Xerces reads from an InputStream vs. a Reader. In the first case, the input stream is comprised of bytes and Xerces will do the required thing about auto-detecting the

java strings and encoding question

2001-04-05 Thread mmodrall
First off, i'll have to admit i'm using a really old version of xerces, but i'm noticing something a little peculiar with the handling of data encodings... The program someone here wrote basically sucks files in various encodings into Java Strings and then runs them through xerces using a StringRe