A Wired.com user account lets you create, edit and comment on Webmonkey articles. You will also be able to contribute to the Wired How-To Wiki and comment on news stories at Wired.com.
It's fast and free.
processing...Retrieve Sign In
Please enter your e-mail address or username below. Your username and password will be sent to the e-mail address you provided us.
processing...Welcome to Webmonkey
- edit articles
- add to the code library
- design and write a tutorial
- comment on any Webmonkey article
Sign In Information Sent
CharSet
/skill level/
/viewed/
Every web page should declare a character set. This is one line of code that tells the browser what language and character set to expect when rendering the text. It ensures that characters are displayed properly on the page.
Character set declarations go in the <head> of your document.
Here are some standard character set declarations for common languages:
English:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Japanese:
<meta http-equiv="content-type" content="text/html; charset=shift_jis" />
Chinese:
<meta http-equiv="content-type" content="text/html; charset=gb18030">
This page is a wiki. You can help us keep it up to date by expanding and editing it.
- This page was last modified 02:39, 15 May 2008.
/related_articles/
Special Offer For Webmonkey Users
WIRED magazine:
The first word on how technology is changing our world.
