set encoding for iframe navigation.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 21 Feb 2016 00:17:25 +0200
changeset 67 78cb29831702
parent 66 edb06d57511f
child 68 46721724e2a3
set encoding for iframe navigation.
Makefile
--- a/Makefile	Sat Feb 20 23:47:53 2016 +0200
+++ b/Makefile	Sun Feb 21 00:17:25 2016 +0200
@@ -100,7 +100,9 @@
 
 $(HTML_DIR)/iframe.html: $(RST_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)
 	{ \
-echo '<html><head><style>'; \
+echo '<html><head>'; \
+echo '<meta charset="utf-8">'; \
+echo '<style>'; \
 echo 'a { text-decoration: none; color: hsl(240, 100%, 50%); }'; \
 echo 'a:hover { opacity: .5; }'; \
 echo '</style></head><body>'; \