<?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>Saffron Stroke - Your Web Design Resource &#187; encoding</title>
	<atom:link href="http://www.saffronstroke.com/tag/encoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saffronstroke.com</link>
	<description>Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 06:36:24 +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>Add or Remove Byte order marks (BOM) in Microsoft Expression Web 2</title>
		<link>http://www.saffronstroke.com/2009/05/19/add-or-remove-byte-order-marks-bom-in-microsoft-expression-web-2/</link>
		<comments>http://www.saffronstroke.com/2009/05/19/add-or-remove-byte-order-marks-bom-in-microsoft-expression-web-2/#comments</comments>
		<pubDate>Tue, 19 May 2009 10:51:18 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[add BOM]]></category>
		<category><![CDATA[BOM]]></category>
		<category><![CDATA[byte order mark]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[Expression Suite]]></category>
		<category><![CDATA[Expression Web 2]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[remove BOM]]></category>
		<category><![CDATA[Unicode Transport Format]]></category>
		<category><![CDATA[UTF]]></category>

		<guid isPermaLink="false">http://saffronstroke.com/?p=502</guid>
		<description><![CDATA[A Byte Order Mask (BOM) is a sequence of reserved bytes embedded in some documents that use the Unicode encoding like UTF-8 and other Unicode Transport Formats (UTFs). These bytes are interpreted differently depending on the machines, viz. “big-endian” like Sun and Apple or “little-endian” like Windows and many Linux machines. BOM specifies the byte [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; clear:right; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.saffronstroke.com/2009/05/19/add-or-remove-byte-order-marks-bom-in-microsoft-expression-web-2/"></a></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;; margin-top:-2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.saffronstroke.com%2F2009%2F05%2F19%2Fadd-or-remove-byte-order-marks-bom-in-microsoft-expression-web-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.saffronstroke.com%2F2009%2F05%2F19%2Fadd-or-remove-byte-order-marks-bom-in-microsoft-expression-web-2%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>A Byte Order Mask (BOM) is a sequence of reserved bytes embedded in some documents that use the Unicode encoding like UTF-8 and other Unicode Transport Formats (UTFs). These bytes are interpreted differently depending on the machines, viz. “big-endian” like Sun and Apple or “little-endian” like Windows and many Linux machines. BOM specifies the byte order as well as the type of UTF encoding used in the document. It makes sure that an encoded document is correctly read and interpreted by all the browsers and environments. UTF-8 standard is the most commonly used encoding, is same for big-endian and little-endian machines; hence a BOM is not required for UTF-8 files.</p>
<p>Microsoft Expression Web adds a BOM to all the new documents created that are encoded as UTF-8 or UTF-16, by default. However Expression Web enables you to add or remove a BOM to and from an existing document. PHP pages do not support BOM; hence do not use it with them.</p>
<p><strong>To add or remove BOM from new documents</strong></p>
<ol>
<li>From ‘Tools’ menu choose ‘Page Editor Options’.</li>
<li>In ‘Page Editor Options’ window, switch to the ‘Authoring’ tab.</li>
<li>Then under the New Document section, under the ‘Add a byte order mark (BOM)’ to new UTF-8 documents with these file extensions, uncheck the box next to each file extension you do not want  a BOM.</li>
</ol>
<p> <img class="alignnone size-full wp-image-503" title="pg_ed_opt" src="http://www.saffronstroke.com/wp-content/uploads/2009/05/pg_ed_opt.jpg" alt="pg_ed_opt" width="434" height="464" /> </p>
<p><strong>To add or remove BOM from existing documents</strong></p>
<ol>
<li>Open the web page.</li>
<li>Do either of the following:</li>
</ol>
<ul>
<li>In ‘File’menu and click ‘Properties…’</li>
<li>In ‘Format’ menu and choose ‘Properties…;</li>
<li>Or in the ‘Code view’ right click anywhere in the page and then click  ‘Encoding’.</li>
</ul>
<p>      3.    In the Page Properties dialog box, in the Language tab, check or uncheck the ‘Include a byte order mark (BOM)’ box.</p>
<p><img class="alignnone size-full wp-image-505" title="pg_prop" src="http://www.saffronstroke.com/wp-content/uploads/2009/05/pg_prop1.jpg" alt="pg_prop" width="436" height="351" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2009/05/19/add-or-remove-byte-order-marks-bom-in-microsoft-expression-web-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

