mustangproject
mustangproject copied to clipboard
Encoding in html visualization
I created an html visualization with Mustang-CLI-2.1.1.jar
Inside the html file, it says <meta charset="UTF-8"> but the html-file is not encoded in UTF-8.
Umlaut-characters are encoded as single bytes.
I tried it with Java 8 and Java 15, same result.
Interesting, which platform?
In case you are using windows could you please try java -Dfile.encoding=UTF-8 -jar mustang...
It works correctly with -Dfile.encoding=UTF-8
Platform is Windows 10 Home, Version 1909, German language
OK, I'll keep this issue open for now as a reminder, maybe I can document that better somewhere