The funny character characters in dac is are caused by language encoding.
Please see the details in, in HTML encoding issues - “” character showing up instead of “ ”
In order to fix it, just add an one extra line in Java Options:
| Code Block |
|---|
-Dfile.encoding=utf8 |
If you are still seeing this funny character, you need to clear browser cache (Ctrl+Shift+Del)
...


