Fixed Issue #18
git-svn-id: http://google-refine.googlecode.com/svn/trunk@721 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
8412aa72dd
commit
fe0afa0bc3
@ -27,6 +27,9 @@ public class EditOneCellCommand extends Command {
|
|||||||
throws ServletException, IOException {
|
throws ServletException, IOException {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
request.setCharacterEncoding("UTF-8");
|
||||||
|
response.setCharacterEncoding("UTF-8");
|
||||||
|
|
||||||
Project project = getProject(request);
|
Project project = getProject(request);
|
||||||
|
|
||||||
int rowIndex = Integer.parseInt(request.getParameter("row"));
|
int rowIndex = Integer.parseInt(request.getParameter("row"));
|
||||||
|
Loading…
Reference in New Issue
Block a user