Closed HaLo1701 closed 5 years ago
Can you add UTF-8-Support in the lua-File?
You have to add the parameter -charset UTF-8 in the java-call in plantuml.lua:
local cmd = "java -jar " .. plantUmlJar .. " -charset UTF-8 -t"
I don't know, if you have to check at first, that the LaTeX-Source is in UTF-8-Mode?
Thank you very much.
Fixed by https://github.com/koppor/plantuml/pull/12
Can you add UTF-8-Support in the lua-File?
You have to add the parameter -charset UTF-8 in the java-call in plantuml.lua:
local cmd = "java -jar " .. plantUmlJar .. " -charset UTF-8 -t"
I don't know, if you have to check at first, that the LaTeX-Source is in UTF-8-Mode?
Thank you very much.