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...


Cheers,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to