sys.stdout = codecs.getwriter('utf-8')(sys.stdout.buffer, 'strict') sys.stderr = codecs.getwriter('utf-8')(sys.stderr.buffer, 'strict') 'src/main/java/com/vdurmont ...
You can also download the project, build it with mvn clean install and add the generated jar to your buildpath.