Vadim,
Good idea...Please go ahead and let me know if you run into problems.

Thanks,
dims

--- Vadim Gritsenko <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm working on a bug #4239
> (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4239)
> 
> The reason of this bug is that characters of the page is being
> re-encoded from its original encoding into system's character set by
> PrintWriter instantiated in MyServletOutputStream, and then InpoutSource
> tries to read it as UTF-8 byte stream - generating an Exception or
> corrupted result.
> 
> The possible solution is to always re-encode JSP's character stream into
> UTF-8, and set UTF-8 encoding for InputSource used to parse JSP.
> 
> Please let me know is this solution is acceptable or not; may there are
> some hidden caveats related with this.
> 
> 
> PS Dims, CCing to you - as you are in authors :)
> 
> Vadim
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


=====
Davanum Srinivas - http://jguru.com/dims/

__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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

Reply via email to