From 8fb67f6c89490e2bbce5d5650f930780e77b57c2 Mon Sep 17 00:00:00 2001
From: "Rafael G. Martins" <rafael@rafaelmartins.eng.br>
Date: Tue, 5 Jul 2016 03:25:56 +0200
Subject: man: templates and sources must be valid utf-8

---
 man/blogc-source.7.ronn   | 2 ++
 man/blogc-template.7.ronn | 2 ++
 man/blogc.1.ronn          | 3 ++-
 3 files changed, 6 insertions(+), 1 deletion(-)

(limited to 'man')

diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn
index 5bb3b32..0273194 100644
--- a/man/blogc-source.7.ronn
+++ b/man/blogc-source.7.ronn
@@ -15,6 +15,8 @@ Content is written in a markup language that is similar to John Gruber's
 Markdown, but that is NOT Markdown. This language is very simple, while
 powerful enough to write big posts.
 
+Content must be valid UTF-8.
+
 ## SOURCE VARIABLES
 
 Variables are key-value lines. The variable name must be upper-case, starting
diff --git a/man/blogc-template.7.ronn b/man/blogc-template.7.ronn
index 1fdc479..d010a1c 100644
--- a/man/blogc-template.7.ronn
+++ b/man/blogc-template.7.ronn
@@ -10,6 +10,8 @@ affect the output files.
 The syntax of the template files is defined to be simple, without affecting the
 content output. The syntax is somewhat inspired by Jinja2 syntax.
 
+Templates must be valid UTF-8.
+
 This manual describes the basic syntax and functionalities of template files.
 
 ## TEMPLATE BLOCKS
diff --git a/man/blogc.1.ronn b/man/blogc.1.ronn
index c3db7f4..a97122b 100644
--- a/man/blogc.1.ronn
+++ b/man/blogc.1.ronn
@@ -66,7 +66,8 @@ designed to be used with make(1).
 ## FILES
 
 The `blogc` command expects a template file blogc-template(7), one (or more)
-source files blogc-source(7) and an output file, if wanted.
+source files blogc-source(7) and an output file, if wanted. Templates and source
+files must have valid UTF-8 content.
 
 ## ENVIRONMENT
 
-- 
cgit v1.2.3-18-g5258