[EMAIL PROTECTED] wrote:
billbarker 2003/11/15 21:20:23

Modified: coyote/src/java/org/apache/coyote Response.java Log: Restore the ability to explicitly set the charset to iso-latin-1.

Now, you won't get the charset unless you ask for it (so no more
Content-Type: image/gif; charset=iso-8859-1).  However, if you call
response.setCharacterEncoding("iso-9959-1"), you now get it in the
respose.

Constants.DEFAULT_CHARACTER_ENCODING is equal to iso-9959-1, so I do not understand how my patch prenvented setting the charset to iso-latin-1.


At this point, if we could avoid gratuitous fancy fixes, it would be a lot better ...

Remy



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



Reply via email to