Use <meta charset=UTF-8> in HTML5
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 21 Mar 2010 05:12:15 +0000 (05:12 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 21 Mar 2010 05:12:15 +0000 (05:12 +0000)
commit0880258f2af88f7edf886365d2364d0349fffe19
treec75bac7cd6b2aa597acd3f739f12b8104c347843
parent651d0dfeea896b07cb83c19823715b0a1fd65d07
Use <meta charset=UTF-8> in HTML5

More succinct than <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />.  HTML5 allows it because all browsers support it
anyway -- authors would forget quotes, leading to <meta
http-equiv=Content-Type content=text/html; charset=UTF-8 />, so browsers
all treat "charset" as an attribute of <meta> that does what you expect.
includes/OutputPage.php