<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Character encoding basics</title>
	<atom:link href="http://friendlybit.com/other/character-encoding-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://friendlybit.com/other/character-encoding-basics/</link>
	<description>Strategic web development</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-7677</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Wed, 22 Nov 2006 22:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-7677</guid>
		<description>@Rasmus Kaj: Thanks for the clarifications :)</description>
		<content:encoded><![CDATA[<p>@Rasmus Kaj: Thanks for the clarifications :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus Kaj</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-7673</link>
		<dc:creator>Rasmus Kaj</dc:creator>
		<pubDate>Wed, 22 Nov 2006 22:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-7673</guid>
		<description>Actually, at first computer people thought 128 characters to be enough, and thats what ASCII is. The eight bit was used for checksumming or (often) not at all.  There was localized versions of the 7-bit character set, such as the one replacing [&#124;]{\} with the Swedish åäöÅÄÖ.

After a while, to important steps were taken; 1) The eight bit was used, doubling the number of characters, and 2) ways of specifying the character set in (mainly) email started to develop.

From that, the story goes pretty much as you tell it ... :-)</description>
		<content:encoded><![CDATA[<p>Actually, at first computer people thought 128 characters to be enough, and thats what ASCII is. The eight bit was used for checksumming or (often) not at all.  There was localized versions of the 7-bit character set, such as the one replacing [|]{\} with the Swedish åäöÅÄÖ.</p>
<p>After a while, to important steps were taken; 1) The eight bit was used, doubling the number of characters, and 2) ways of specifying the character set in (mainly) email started to develop.</p>
<p>From that, the story goes pretty much as you tell it &#8230; :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nita</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-6128</link>
		<dc:creator>Nita</dc:creator>
		<pubDate>Fri, 27 Oct 2006 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-6128</guid>
		<description>&quot;So, rely on your server to send the right encoding.&quot;

That&#039;s easy to say, but not everyone has the power to set server headers ;)

Here&#039;s a fun article on the inner workings of character sets, if anyone&#039;s interested: http://www.joelonsoftware.com/articles/Unicode.html</description>
		<content:encoded><![CDATA[<p>&#8220;So, rely on your server to send the right encoding.&#8221;</p>
<p>That&#8217;s easy to say, but not everyone has the power to set server headers ;)</p>
<p>Here&#8217;s a fun article on the inner workings of character sets, if anyone&#8217;s interested: <a href="http://www.joelonsoftware.com/articles/Unicode.html" rel="nofollow">http://www.joelonsoftware.com/articles/Unicode.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-6125</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Fri, 27 Oct 2006 16:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-6125</guid>
		<description>@Mark McDonnell: That means that you don&#039;t send *any* encoding at all (not that uncommon). Have a look at the example code for you language and add it to your main template. No need to keep the browser guessing what encoding you use.</description>
		<content:encoded><![CDATA[<p>@Mark McDonnell: That means that you don&#8217;t send *any* encoding at all (not that uncommon). Have a look at the example code for you language and add it to your main template. No need to keep the browser guessing what encoding you use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark McDonnell</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-6117</link>
		<dc:creator>Mark McDonnell</dc:creator>
		<pubDate>Fri, 27 Oct 2006 12:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-6117</guid>
		<description>Strange, I used the &quot;View Response Headers&quot; on one of our websites:

http://www.firetuck.co.uk/Home.asp

...and found that the response headers didn&#039;t show anything for Content-Type OR Content-Encoding.

Content-Type did show &quot;text/html&quot; but nothing about the character encoding.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Strange, I used the &#8220;View Response Headers&#8221; on one of our websites:</p>
<p><a href="http://www.firetuck.co.uk/Home.asp" rel="nofollow">http://www.firetuck.co.uk/Home.asp</a></p>
<p>&#8230;and found that the response headers didn&#8217;t show anything for Content-Type OR Content-Encoding.</p>
<p>Content-Type did show &#8220;text/html&#8221; but nothing about the character encoding.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Birgit</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-5865</link>
		<dc:creator>Birgit</dc:creator>
		<pubDate>Sat, 21 Oct 2006 09:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-5865</guid>
		<description>Hey, thanks a lot, this really helps! I never knew about the &quot;View response headers&quot; option and never understood why I have to encode certain characters although I set the encoding in the HTML header...now I know :)</description>
		<content:encoded><![CDATA[<p>Hey, thanks a lot, this really helps! I never knew about the &#8220;View response headers&#8221; option and never understood why I have to encode certain characters although I set the encoding in the HTML header&#8230;now I know :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-5723</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Sat, 14 Oct 2006 08:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-5723</guid>
		<description>@Juani: Yeah, I have some experience with manually maintaining local languages with entities.UTF-8 is just way better :)</description>
		<content:encoded><![CDATA[<p>@Juani: Yeah, I have some experience with manually maintaining local languages with entities.UTF-8 is just way better :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juani</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-5674</link>
		<dc:creator>Juani</dc:creator>
		<pubDate>Thu, 12 Oct 2006 02:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-5674</guid>
		<description>Hi Emil! Thank you very much for this article! Until now I was manually/automatic encoding my chars (I develop in spanish) and was really painfull, now I only have to save it in UTF-8... simply brilliant!</description>
		<content:encoded><![CDATA[<p>Hi Emil! Thank you very much for this article! Until now I was manually/automatic encoding my chars (I develop in spanish) and was really painfull, now I only have to save it in UTF-8&#8230; simply brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zcorpan</title>
		<link>http://friendlybit.com/other/character-encoding-basics/#comment-5670</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Wed, 11 Oct 2006 22:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/other/character-encoding-basics/#comment-5670</guid>
		<description>Python is without the semi-colon. ;-)</description>
		<content:encoded><![CDATA[<p>Python is without the semi-colon. ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/9 queries in 0.003 seconds using disk: basic
Object Caching 328/331 objects using disk: basic

Served from: friendlybit.com @ 2012-02-04 03:58:14 -->
