<?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: WTF? Unicode Byte Order Mark</title>
	<atom:link href="http://www.akawebdesign.com/2009/12/10/wtf-unicode-byte-order-mark/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akawebdesign.com/2009/12/10/wtf-unicode-byte-order-mark/</link>
	<description>Longtime nerd. Rockstar developer.</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Milton</title>
		<link>http://www.akawebdesign.com/2009/12/10/wtf-unicode-byte-order-mark/#comment-86</link>
		<dc:creator>Milton</dc:creator>
		<pubDate>Wed, 13 Oct 2010 15:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=303#comment-86</guid>
		<description>Thank you! I am using Visual Studio to edit a simple little site for a friend using SSI and this was boggling my mind.</description>
		<content:encoded><![CDATA[<p>Thank you! I am using Visual Studio to edit a simple little site for a friend using SSI and this was boggling my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pim</title>
		<link>http://www.akawebdesign.com/2009/12/10/wtf-unicode-byte-order-mark/#comment-85</link>
		<dc:creator>Pim</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=303#comment-85</guid>
		<description>I would recomment against saving files as UTF-8 without BOM.
BOMs are very handy to define files as being UTF-8 encoded. Without a BOM, a UTF-8 file looks an awful lot like Windows-1252 or any other 8-bit character set.

If you really, absolutely don&#039;t want anything to do with BOMs, just encode as Windows-1252 (or as Microsoft likes to call it, ANSI) and be BOM-free. In the case of HTML (or PHP or anything that outputs HTML) you can write unusual characters as character entities, so you won&#039;t need Unicode anyway.

Pim</description>
		<content:encoded><![CDATA[<p>I would recomment against saving files as UTF-8 without BOM.<br />
BOMs are very handy to define files as being UTF-8 encoded. Without a BOM, a UTF-8 file looks an awful lot like Windows-1252 or any other 8-bit character set.</p>
<p>If you really, absolutely don&#8217;t want anything to do with BOMs, just encode as Windows-1252 (or as Microsoft likes to call it, ANSI) and be BOM-free. In the case of HTML (or PHP or anything that outputs HTML) you can write unusual characters as character entities, so you won&#8217;t need Unicode anyway.</p>
<p>Pim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.akawebdesign.com/2009/12/10/wtf-unicode-byte-order-mark/#comment-84</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=303#comment-84</guid>
		<description>Welcome to the club.  I run into this all the time.  Sometimes I just use Notepadd++, which has a more accesible &quot;Encode in UTF-8 without BOM&quot; menu.</description>
		<content:encoded><![CDATA[<p>Welcome to the club.  I run into this all the time.  Sometimes I just use Notepadd++, which has a more accesible &#8220;Encode in UTF-8 without BOM&#8221; menu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

