13
0

Explicit encoding for bindings html.

This commit is contained in:
Robin Gareus 2018-01-17 16:52:16 +01:00
parent e3457977c9
commit c833b56029

View File

@ -781,6 +781,7 @@ Bindings::save_all_bindings_as_html (ostream& ostr)
ostr << "<html>\n<head>\n<title>";
ostr << PROGRAM_NAME;
ostr << "</title>\n";
ostr << "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";
ostr << "</head>\n<body>\n";