From d6af09b26956d127d35454cfa42c2ff78402d6f2 Mon Sep 17 00:00:00 2001 From: Gehad Date: Sat, 5 Apr 2014 12:34:10 +0200 Subject: Set the world-map HTML charset to UTF-8 The exported HTML was missing the UTF-8 encoding, so non ascii characters weren't displayed correctly, This patch makes the exporter support all the unicode characters. Signed-off-by: Gehad elrobey Signed-off-by: Dirk Hohndel --- worldmap-save.c | 1 + 1 file changed, 1 insertion(+) diff --git a/worldmap-save.c b/worldmap-save.c index c193d72c1..0c40bc30f 100644 --- a/worldmap-save.c +++ b/worldmap-save.c @@ -112,6 +112,7 @@ void insert_html_header(struct membuffer *b) { put_string(b, "\n\n\n"); put_string(b, "\nWorld Map\n"); + put_string(b, ""); } void insert_css(struct membuffer *b) -- cgit v1.2.3-70-g09d2