On 11/25/05, Andreas L Delmelle <[EMAIL PROTECTED]> wrote:
> On Nov 25, 2005, at 22:46, Craig McDaniel wrote:
> > Likewise, the output of the driver is written to a byte array and
> > finally, it gets sent to the browser with
> > response.getOutputStream().write(bytes).
>
> 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.

--
Craig McDaniel

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

Reply via email to