Explicit encoding for bindings html.
[ardour.git] / libs / gtkmm2ext / bindings.cc
index 11b55932a4d1336f13c5b05f05bff4173a53646b..9d61847a0ea9d4ae7204758585bfeebf12727f80 100644 (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";