diff --git a/puml-mode.el b/puml-mode.el index a728900..27127e3 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -112,7 +112,7 @@ (with-temp-buffer (shell-command (concat "java -jar " (shell-quote-argument puml-plantuml-jar-path) - " -language") (current-buffer)) + " -charset UTF-8 -language") (current-buffer)) (goto-char (point-min)) (let ((found (search-forward ";" nil t)) (word "")