susidns UTF-8 fixes for POST requests (yep, blame tagged 'action' parameters)
This commit is contained in:
@ -22,6 +22,11 @@
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
*/
|
||||
|
||||
// http://www.crazysquirrel.com/computing/general/form-encoding.jspx
|
||||
if (request.getCharacterEncoding() == null)
|
||||
request.setCharacterEncoding("UTF-8");
|
||||
|
||||
%>
|
||||
<%@page pageEncoding="UTF-8"%>
|
||||
<%@ page contentType="text/html"%>
|
||||
|
@ -22,6 +22,11 @@
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
*/
|
||||
|
||||
// http://www.crazysquirrel.com/computing/general/form-encoding.jspx
|
||||
if (request.getCharacterEncoding() == null)
|
||||
request.setCharacterEncoding("UTF-8");
|
||||
|
||||
%>
|
||||
<%@page pageEncoding="UTF-8"%>
|
||||
<%@ page contentType="text/html" %>
|
||||
|
@ -22,6 +22,11 @@
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
*/
|
||||
|
||||
// http://www.crazysquirrel.com/computing/general/form-encoding.jspx
|
||||
if (request.getCharacterEncoding() == null)
|
||||
request.setCharacterEncoding("UTF-8");
|
||||
|
||||
%>
|
||||
<%@page pageEncoding="UTF-8"%>
|
||||
<%@ page contentType="text/html"%>
|
||||
|
@ -22,6 +22,11 @@
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
*/
|
||||
|
||||
// http://www.crazysquirrel.com/computing/general/form-encoding.jspx
|
||||
if (request.getCharacterEncoding() == null)
|
||||
request.setCharacterEncoding("UTF-8");
|
||||
|
||||
%>
|
||||
<%@page pageEncoding="UTF-8"%>
|
||||
<%@ page contentType="text/html"%>
|
||||
|
Reference in New Issue
Block a user