koppor / plantuml

A LuaLaTeX package for PlantUML in LaTeX
https://koppor.github.io/plantuml/
LaTeX Project Public License v1.3c
55 stars 10 forks source link

To support working with Multibyte filenames #13

Closed hajimemat closed 4 years ago

hajimemat commented 4 years ago

With multibyte filename, Using jobname to luastring, Encoding is incorrect so it dose notwork with the error from plantuml, like file not found. So, Wrap jobname with PlantUMLJobname and nothing bother to none multibyte people.

only multibyte people shoud have

\def\PlantUMLJobname{hogehoge}
koppor commented 4 years ago

Thank you for the PR!

I will fix the typo in the comment and add a CHANGELOG.md entry. If you find time earlier, please add a second PR.