> From: Andreas L Delmelle > Sent: Saturday, 26 November 2005 2:34 p.m. > > On Nov 26, 2005, at 01:24, Craig McDaniel wrote: > > > On 11/25/05, Andreas L Delmelle <[EMAIL PROTECTED]> wrote: > >> <snip /> > >> Your culprit is very close by here, I suspect, although > OutputStreams > >> don't have an encoding... If it were an OutputStreamWriter > using the > >> default platform Charset, then the bug would definitely be here. > >> (Perhaps somewhere, a Writer is wrapped around the OutputStream?) > > > > No, but there is a Writer being used to write out the original XML > > data to a cache file (pre-XSL). No encoding is being specified here > > either, though. > > You could try to supply one, force it to UTF-8. Could be that the > Writer's Bytes are encoded according to the default platform > encoding, yet afterwards interpreted as if it had written Unicode > Bytes instead...
Including this java command line argument is one way to test this: -Dfile.encoding=UTF-8 Stephen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
