Wrong encoding in output HTML file when using cyrillic symbols in objects
Closed this issue · 1 comments
When I run jar
like
java -jar web_api_show_package.jar -m <IP> -u <USER> -p <Password>
I've got files with wrong encoding because in policy and objects comment cyrillic symbols are used. For workaround bout it I preferred java **-Dfile.encoding=UTF-8** -jar web_api_show_package.jar -m <IP> -u <USER> -p <Password>
I think it should be in main sources and not in java's VM configs.
Hi @dexion ,
From our investigation this must be part of the command line.
If you don't want to use this every time that you execute the tool, you can edit the web_api_show_package.sh file that found in $MDS_FWDIR/scripts/web_api_show_package.sh on your machine.
Please keep sharing your feedback with us while using our repositories. In addition, as it is an open source, we encourage you to contribute and suggest code fixes/improvements in the future.