docs/*.html: Appease W3C Checker to add "charset=utf-8".

llvm-svn: 143348
diff --git a/llvm/docs/HowToReleaseLLVM.html b/llvm/docs/HowToReleaseLLVM.html
index fb34eb6..396b4fe 100644
--- a/llvm/docs/HowToReleaseLLVM.html
+++ b/llvm/docs/HowToReleaseLLVM.html
@@ -2,6 +2,7 @@
                       "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>How To Release LLVM To The Public</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>