larusba / neo4j-jdbc

Neo4j JDBC driver for Neo4j 3.x with BOLT protocol
Apache License 2.0
12 stars 10 forks source link

Use UTF-8 as fixed encoding #7

Closed mvitz closed 8 years ago

mvitz commented 8 years ago

Relying on the default platform enconding may result into problems. Therefore the encoding should be set to a fixed value. Today UTF-8 is supported on every operating system and therefore a good choice.