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=20456>. 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=20456 output-method html;href-attribute: url encoding after utf8-encoding ------- Additional Comments From [EMAIL PROTECTED] 2003-06-15 15:07 ------- Brian, Thanks a lot for you looking at the problem; I am sorry for having bothered you. Doing some further research, I realized that when reading in the Data into a Servlet, the character encoding which is used to decode transmitted html variables can be chosen by using javax.servlet.ServletRequest.setCharacterEncoding(String) method. If the encoding is set to UTF-8, the special characters sent from parameters in a "<a href..." hyperlink are read in correctly.
