<?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: Don&#8217;t forget the BOM!</title>
	<atom:link href="http://winterdom.com/2008/05/dontforgetthebom/feed" rel="self" type="application/rss+xml" />
	<link>http://winterdom.com/2008/05/dontforgetthebom</link>
	<description>by dæmons be driven</description>
	<lastBuildDate>Tue, 16 Mar 2010 06:33:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tomas Restrepo</title>
		<link>http://winterdom.com/2008/05/dontforgetthebom/comment-page-1#comment-3</link>
		<dc:creator>Tomas Restrepo</dc:creator>
		<pubDate>Wed, 14 May 2008 05:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2008/05/dontforgetthebom#comment-3</guid>
		<description>George: Those are valid concerns. However, you could argue that
1) it&#039;s a terrible idea to concatenate text files as if they were raw binary files; what if they are in different encodings?
2) Sounds like Rhino JavaScript has one nasty bug :)
</description>
		<content:encoded><![CDATA[<p>George: Those are valid concerns. However, you could argue that<br />
1) it&#8217;s a terrible idea to concatenate text files as if they were raw binary files; what if they are in different encodings?<br />
2) Sounds like Rhino JavaScript has one nasty bug <img src='http://winterdom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George V. Reilly</title>
		<link>http://winterdom.com/2008/05/dontforgetthebom/comment-page-1#comment-2</link>
		<dc:creator>George V. Reilly</dc:creator>
		<pubDate>Tue, 13 May 2008 23:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2008/05/dontforgetthebom#comment-2</guid>
		<description>I&#039;m mildly in favor of BOMs, but I&#039;ve run into a couple of cases where they cause problems:
1. Concatenating files together: cat *.txt &gt; all.txt. BOMs embedded in the middle of the resulting file give most tools a conniption fit.
2. The Rhino JavaScript engine pukes on BOMs, which is annoying because Visual Studio generates them by default. Easily fixed in Vim with :argdo set nobomb&#124;w
</description>
		<content:encoded><![CDATA[<p>I&#8217;m mildly in favor of BOMs, but I&#8217;ve run into a couple of cases where they cause problems:<br />
1. Concatenating files together: cat *.txt &gt; all.txt. BOMs embedded in the middle of the resulting file give most tools a conniption fit.<br />
2. The Rhino JavaScript engine pukes on BOMs, which is annoying because Visual Studio generates them by default. Easily fixed in Vim with :argdo set nobomb|w</p>
]]></content:encoded>
	</item>
</channel>
</rss>
