docs/*.html: Appease W3C Checker to add "charset=utf-8".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 31 Oct 2011 11:21:59 +0000 (11:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 31 Oct 2011 11:21:59 +0000 (11:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143348 91177308-0d34-0410-b5e6-96231b3b80d8

18 files changed:
docs/AliasAnalysis.html
docs/BranchWeightMetadata.html
docs/Bugpoint.html
docs/CMake.html
docs/CodingStandards.html
docs/DebuggingJITedCode.html
docs/ExtendingLLVM.html
docs/GoldPlugin.html
docs/HowToReleaseLLVM.html
docs/HowToSubmitABug.html
docs/LinkTimeOptimization.html
docs/Packaging.html
docs/Projects.html
docs/SystemLibrary.html
docs/TableGenFundamentals.html
docs/TestingGuide.html
docs/UsingLibraries.html
docs/index.html

index 5e36ae14e85a8c9af332166baaf4753b0dfdbcb4..d04e841d7a1a7adf134976f6d020f185a4df8d0d 100644 (file)
@@ -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>LLVM Alias Analysis Infrastructure</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 6106e6ffac7127455a84e2298ea7346768e02232..38b87baa3b708d82947d4e5156ebdae650a687e3 100644 (file)
@@ -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>LLVM Branch Weight Metadata</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 7a4e808d2b9cb01f186771b8ef812d6d2b00734c..5454ff40d2bb225d513bc1c05bb658a8ba82d0ee 100644 (file)
@@ -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>LLVM bugpoint tool: design and usage</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 90ead41df5efe57d9a2e431ef1cab62a52225359..087d69304b37458f0a66bec1d64d2f58c824441c 100644 (file)
@@ -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>Building LLVM with CMake</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index a96f760e67456d6459bb1659d8b2f3949644e5bc..7b05573703bca3531ae3a8432b6c9879e82fa4a9 100644 (file)
@@ -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">
   <link rel="stylesheet" href="llvm.css" type="text/css">
   <title>LLVM Coding Standards</title>
 </head>
index 3911ea75ffb91b1a1c2ed7e371a82e8848c3aa76..2ed3eb1d822b20cff5aae9c413d203a4de2ecf4e 100644 (file)
@@ -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>Debugging JITed Code With GDB</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 795e2118dc9bf2d602ac5e6adea8827cf94cc2c0..ca8d3e990bd9a1d1cee3765b8d9d00879a2e6b05 100644 (file)
@@ -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>Extending LLVM: Adding instructions, intrinsics, types, etc.</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 92ba4116a071624a381615b810373ad58cf38bc1..375dd3c8ca7859a9ae2efdf10eb2adbc5d102d8b 100644 (file)
@@ -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>LLVM gold plugin</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index fb34eb6ed887225a9d6d6fd8c28b54fedde38109..396b4fe0ebef90dc5cd1fa37e8f36e67336fbaa2 100644 (file)
@@ -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>
index 10ff9def9df9f76ae9971fd6a414b0e2a0c25ef8..baefce3c8e467cb0d63f1f59ed578ae547d49d76 100644 (file)
@@ -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 submit an LLVM bug report</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 52ab119707cd583b8c07711ad12f4104b518afda..c9c78b913c704be46f05f04757570c94eaf050b6 100644 (file)
@@ -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>LLVM Link Time Optimization: Design and Implementation</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 7261cc2ac0f70ab4a73532fb0093f8057ec0af3f..ed7cfbefd75dae46c2b6166674650a0591caf311 100644 (file)
@@ -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>Advice on Packaging LLVM</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 910ebdb426db2c7846ec2901138620eb165259f8..da4b06452b59c400e4a000438d748a72b0f7650f 100644 (file)
@@ -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>Creating an LLVM Project</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 614737e9561bf6754d6c7d2ec724d9b823a90e3a..a3629d9dcdaf2aeeec8f60b252925175ffcb772b 100644 (file)
@@ -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>System Library</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index ee44bddf96f9d9177982078432a0f9cb5377c27c..6db1827b3be6cae930a50940b9aa4f6a90691f02 100644 (file)
@@ -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>TableGen Fundamentals</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 0f73d6d5beb56c0a97d9d8028756c18d370477f2..3309ac3b33cf672049ae264d0680a0c1a90b80cd 100644 (file)
@@ -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>LLVM Testing Infrastructure Guide</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
index 0c58e54cb5a33863c1f2416b5e99e356a46d78dc..c86e6600025740bd8ffa4a528b667ade1b792dab 100644 (file)
@@ -1,7 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-       <title>Using The LLVM Libraries</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <title>Using The LLVM Libraries</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
 <body>
index b647b29da86cb7197c39f7e99ef56dd6976fd526..f57231ac2b7ccbe6c6ff9d865fadb03630c8f960 100644 (file)
@@ -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>Documentation for the LLVM System at SVN head</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>