mustangproject icon indicating copy to clipboard operation
mustangproject copied to clipboard

Encoding in html visualization

Open asdf00000 opened this issue 4 years ago • 3 comments

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.

asdf00000 avatar Mar 24 '21 08:03 asdf00000

Interesting, which platform? In case you are using windows could you please try java -Dfile.encoding=UTF-8 -jar mustang...

jstaerk avatar Mar 25 '21 07:03 jstaerk

It works correctly with -Dfile.encoding=UTF-8 Platform is Windows 10 Home, Version 1909, German language

asdf00000 avatar Mar 25 '21 09:03 asdf00000

OK, I'll keep this issue open for now as a reminder, maybe I can document that better somewhere

jstaerk avatar Apr 04 '21 10:04 jstaerk