happens when utf8-specific characters are contained in strings in webdsl

workaround:
add to environment:
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"

in Dockerfile
ENV JAVA_TOOL_OPTIONS "-Dfile.encoding=UTF8"

Submitted by Danny Groenewegen on 23 April 2021 at 16:19

Log in to post comments