Sha256: f072da309316571ee853d396ce681b96d44d7d513dbe7ab8742353e2ca53b2ff
Contents?: true
Size: 734 Bytes
Versions: 208
Compression:
Stored size: 734 Bytes
Contents
If you find that `testWorksWithGermanLetters` fails even though you think you've implemented it correctly, this could be because of the [JVM encoding](https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_61/rzaha/international.htm). Try setting the `JAVA_TOOL_OPTIONS` environment variable to `-Dfile.encoding=UTF8` to fix this. - To set an environment variable on Windows: 1. Go to Computer -> Properties -> Advanced System Settings 2. Add a new environment variable - [To set an environment variable on a mac](http://blog.lidalia.org.uk/2011/04/setting-default-java-file-encoding-to.html) - [To set an environment variable on linux](https://unix.stackexchange.com/questions/151733/where-can-i-set-global-java-options)
Version data entries
208 entries across 208 versions & 1 rubygems