Update puml-mode.el

support for Asia language
This commit is contained in:
driftcrow 2016-03-10 20:58:20 +08:00
parent 966064f371
commit 1b1cf79278
1 changed files with 1 additions and 1 deletions

View File

@ -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 "")