Finish exo9 code and fix unicode support where possible.
[TD_webapps.git] / ROOT / exo7 / saveinfos.jsp
index 11b0f65a18e0bd61fa44c29769c9c48810773626..3812b56ee00921f0cc6985664898365c6c28f02a 100644 (file)
@@ -1,4 +1,5 @@
 <%
+request.setCharacterEncoding("UTF-8");
 String firstname = request.getParameter("firstname");
 String lastname = request.getParameter("lastname");
 String address = request.getParameter("address");
@@ -10,7 +11,7 @@ session.setAttribute("address", address);
 session.setAttribute("age", age);
 session.setAttribute("work", work);
 %>
-
+<meta charset="UTF-8">
 <html>
     <body>
         <a href="nextpage.jsp">Continue</a>