The funny characters in dac are caused by language encoding.
Please see the details in HTML encoding issues - “” character showing up instead of “ ”
In order to fix it, just add 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)
...


