From 1b1cf79278ffb9bb529b5212bebc5011f481c5eb Mon Sep 17 00:00:00 2001 From: driftcrow Date: Thu, 10 Mar 2016 20:58:20 +0800 Subject: [PATCH] Update puml-mode.el support for Asia language --- puml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "")