From 0d2a43aedfa227c05c42199f6c1bb9e775e95cae Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Sat, 28 Jan 2012 00:50:02 -0800 Subject: [PATCH] change charset in index.jsp --- WebContent/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/index.jsp b/WebContent/index.jsp index f4ecdb7..5531639 100644 --- a/WebContent/index.jsp +++ b/WebContent/index.jsp @@ -1,6 +1,6 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1" %> +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8" %> <%@ page import="javax.servlet.http.HttpSession" %>