Closed speedfl closed 7 years ago
I saw as well https://stackoverflow.com/a/28406007/6103690 It seems that issue is more linked to the fact that docker don't set the local. So I will fork the repo and check
Solved it by adding parameter to the VM.
MAVEN_OPTS=-Dfile.encoding=UTF-8
thanks @speedfl (And for your readme update)
Hello,
I am still facing the issue with UTF-8. In local it is working
So I added at the root of my git repository a directory cfg which contains:
standalone.xml with:
then in my domain.xml everywhere I jave undertown I specified utf8:
But I still get the non encoded character with : "?"
After some search on internet I found this:
https://github.com/jboss-dockerfiles/wildfly/issues/29
Maybe it is related?
I saw as well this: https://oncletom.io/2015/docker-encoding/
I will try tomorow and let you know
Regards