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=24385>. 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=24385 text conversion fails with jsp:forward/param on linux server ------- Additional Comments From [EMAIL PROTECTED] 2003-11-07 09:15 ------- Thank you for your answer. I've tried the first proposion: <% request.setCharacterEncoding("ISO-8859-1"); %> gives strange results, but <% request.setCharacterEncoding("UTF-8"); %> works (on the other hand the workaround fails). Result ----------------------------------------------------------------- Template Text: Test Umlaut Ä-Ö-Ü-ä-ö-ü Text from Parameter: Test Umlaut Ä-Ö-Ü-ä-ö-ü Text from Parameter (Workaround): Test Umlaut ?-?-?-?-? ----------------------------------------------------------------- Without setCharacterEncoding the system browser/tomcat seems to do the conversion ISO-8859-1 to UTF-8 twice in one direction, but only once in the other. For me the workaround does the job at the moment - so I wait for Tomcat 5. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]