Vassar Web Design

Vassar College

Comments Off

Filed in: Notes,

Great article on character encoding

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

“… that meta tag really has to be the very first thing in the <head> section because as soon as the web browser sees this tag it’s going to stop parsing the page and start over after reinterpreting the whole page using the encoding you specified.”

-



Design is poetry.