Declare prospectoing guide page to be UTF-8

This commit is contained in:
Wookey 2013-06-19 04:05:46 +01:00
parent e7f536cfb7
commit 8ca836e5ec

View File

@ -437,7 +437,7 @@ if showbg:
else:
htmlfile = file("../../handbook/prospecting_guide.html", "w")
htmlfile.write("<html><head><title>Prospecting Guide</title>\n")
htmlfile.write("<html><head><meta http-equiv=\"Content-type\" content=\"text/html;charset=UTF-8\"><title>Prospecting Guide</title>\n")
htmlfile.write("<script lang=\"Javascript\"><!--\n");
for maparea in mapcodes:
htmlfile.write("bg%s = false;\n" % maparea);