fictionking
Results
1
comments of
fictionking
I fixed this bug. Modify neo4j jdbc driver source code like below... --File:org.neo4j.jdbc.rest.RestQueryExecutor.java executeQuery() { .... Representation rep=resource.post(queryNode.toString()); //add line below rep.setCharacterSet(new CharacterSet("utf-8")); .... }