Nishant Nishikar 2 Posted June 21, 2021 Share Posted June 21, 2021 How to enable messageEncoding=ISO8859-1 in BWCE for latin characters Link to comment Share on other sites More sharing options...
Emmanuel Marchiset 2 Posted June 23, 2021 Share Posted June 23, 2021 You can use the following environment variable BW_JAVA_GC_OPTS to set the following property : bw.palette.messageEncoding Example in a Docker context : sudo docker run -it --name router1 -p 18092:8090 --cpus=1 --env BW_JAVA_GC_OPTS="-Dbw.palette.messageEncoding=ISO8859-1" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now