lots of exercises in java... from https://github.com/exercism/java

hints.md 734B

If you find that testWorksWithGermanLetters fails even though you think you've implemented it correctly, this could be because of the JVM encoding. Try setting the JAVA_TOOL_OPTIONS environment variable to -Dfile.encoding=UTF8 to fix this.