<?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>CalBearMnM&#039;s Journal &#187; utf-8</title>
	<atom:link href="http://calbearmnm.com/mnm/journal/tag/utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://calbearmnm.com/mnm/journal</link>
	<description>Level Up!</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:01:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Byte Order Mark (BOM) ï»¿</title>
		<link>http://calbearmnm.com/mnm/journal/2010/01/21/bom/</link>
		<comments>http://calbearmnm.com/mnm/journal/2010/01/21/bom/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:55:55 +0000</pubDate>
		<dc:creator>mnm</dc:creator>
				<category><![CDATA[Web Dev and Tech]]></category>
		<category><![CDATA[bom]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[byte order mark]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[zapper]]></category>

		<guid isPermaLink="false">http://calbearmnm.com/mnm/journal/?p=1925</guid>
		<description><![CDATA[From: http://forum.joomla.org/viewtopic.php?f=309&#38;t=275353 &#8220;ï»¿&#8221; is the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM, misinterpreted as ISO 8859/1 text instead of UTF-8. Probably what it means is that you are using a text editor that is saving files in [...]]]></description>
			<content:encoded><![CDATA[<p>From: http://forum.joomla.org/viewtopic.php?f=309&amp;t=275353</p>
<blockquote><p>&#8220;ï»¿&#8221; is the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM, misinterpreted as ISO 8859/1 text instead of UTF-8.</p>
<p>Probably what it means is that you are using a text editor that is saving files in UTF-8 with the BOM, when it should be saving without the BOM. It could be PHP files that have the BOM, in which case they&#8217;d appear as literal text on your page.</p>
<p>The Unicode Consortium&#8217;s FAQ on the Byte Order Mark is at <a href="http://www.unicode.org/faq/utf_bom.html#BOM">http://www.unicode.org/faq/utf_bom.html#BOM</a> .</p></blockquote>
<p>Horrible first post of the year I know but hey Henry suggested I post my bug zappers online and this is something =P.</p>
]]></content:encoded>
			<wfw:commentRss>http://calbearmnm.com/mnm/journal/2010/01/21/bom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
