DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16127>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16127

Seems to be a problem doing a static include of content when using a different charset.





------- Additional Comments From [EMAIL PROTECTED]  2003-01-25 01:20 -------
Ryan,

JSP.4.1 talks about the "Page Character Encoding", but from your bug report it
seems like you are complaining about the response character encoding, which is
covered in JSP.4.2 ("Response Character Encoding").

It seems like in your example, both the JSP document and its included segment
are read using the UTF-16BE encoding specified in the JSP document's XML prolog.
So far so good.

However, since the wrapping JSP document specifies a response encoding of
ISO-8859-1, you would expect the response to be encoded that way. I agree, but
JSP.4.2 actually does not mention anything about it. I'll ping Mark to see if he
could clarify JSP.4.2.

Thanks,

Jan

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

Reply via email to