<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    >

<channel>
    <title>Webmonkey &#187; wiki template</title>
    <atom:link href="http://www.webmonkey.com/tag/wiki-template/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>CharSet</title>
        <link>http://www.webmonkey.com/2010/02/charset/</link>
        <comments>http://www.webmonkey.com/2010/02/charset/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=813</guid>
        		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[wiki template]]></category>
        <description><![CDATA[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 &#60;head&#62; of your document. Here are some standard character set [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>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.

</p><p>Character set declarations go in the <tt>&lt;head&gt;</tt> of your document.

</p><p>Here are some standard character set declarations for common languages:

</p><p>English:

</p>

<pre class="brush: js"> &lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;



</pre>

<p>Japanese:

</p>

<pre class="brush: js"> &lt;meta http-equiv="content-type" content="text/html; charset=shift_jis" /&gt;

</pre>

<p>Chinese:

</p>

<pre class="brush: js"> &lt;meta http-equiv="content-type" content="text/html; charset=gb18030"&gt;

</pre>

<p><br /><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/charset/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    </channel>
</rss>