Force templates as UTF-8.
diff --git a/template.lisp b/template.lisp
index eb2d9ba..2e9c031 100644
--- a/template.lisp
+++ b/template.lisp
@@ -124,7 +124,9 @@
(read-template s)))
(defun read-template-from-file (path)
- (with-open-file (stream path :element-type 'character)
+ (with-open-file (stream path
+ :element-type 'character
+ :external-format :utf-8)
(read-template stream)))
;; Compilation