[clang] acfe7d8 - Update the title and encoding for the C++ status page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 21 09:15:10 PDT 2021


Author: Aaron Ballman
Date: 2021-10-21T12:14:44-04:00
New Revision: acfe7d895d2f0897fe8f79151a491e75a7a99a25

URL: https://github.com/llvm/llvm-project/commit/acfe7d895d2f0897fe8f79151a491e75a7a99a25
DIFF: https://github.com/llvm/llvm-project/commit/acfe7d895d2f0897fe8f79151a491e75a7a99a25.diff

LOG: Update the title and encoding for the C++ status page

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index aa5dd57e8ce0..6894ca1b1ea6 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1,8 +1,8 @@
 <!DOCTYPE html>
 <html>
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <title>Clang - C++20, C++17, C++14, C++11 and C++98 Status</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <title>Clang - C++ Programming Language Status</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
   <style type="text/css">


        


More information about the cfe-commits mailing list