utf8-specific characters in webdsl strings cause error during java compilation: unmappable character for encoding ASCII
happens when utf8-specific characters are contained in strings in webdsl
workaround:
add to environment:export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
in Dockerfile
Submitted by Danny Groenewegen on 23 April 2021 at 16:19ENV JAVA_TOOL_OPTIONS "-Dfile.encoding=UTF8"
Log in to post comments