Hi,
<[EMAIL PROTECTED] contentType="text/html; charset=UTF8"%>
<%
request.setCharacterEncoding("UTF-8");
%>
<html>
<body>
<form method="POST">
<input type="text" name="text">
<input type="submit">
</form>
Test: <%=request.getParameter("text")%>
</body>
</html>
The above JSP-page will not work properly. The POST-data is decoded with
ISO-8859-1 instead of UTF-8 in Tomcat 5.5.
Is this a bug or a feature?
If it's a bug - well - then a fix would be nice.
If it's a feature - well - what's the reason for this?
Thanks
Sven
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]