quantorconsulting / mkdocs_build_plantuml

MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
MIT License
57 stars 15 forks source link

Hope to fix this #28

Closed ilikui closed 9 months ago

ilikui commented 1 year ago

with open(os.path.join(diagram.directory, diagram.file), "r",encoding="UTF-8") as f: at line 96

Add the encoding="UTF-8"

Add this support the chinese lanuage

christo-ph commented 9 months ago

Included in 1.8.0