Fixed Issue #18

git-svn-id: http://google-refine.googlecode.com/svn/trunk@721 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-05-12 07:53:26 +00:00
parent 8412aa72dd
commit fe0afa0bc3

View File

@ -27,6 +27,9 @@ public class EditOneCellCommand extends Command {
throws ServletException, IOException {
try {
request.setCharacterEncoding("UTF-8");
response.setCharacterEncoding("UTF-8");
Project project = getProject(request);
int rowIndex = Integer.parseInt(request.getParameter("row"));