<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://codehq.net/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Emission Locus : Windows XP</title><link>http://codehq.net/cs/blogs/john/archive/tags/Windows+XP/default.aspx</link><description>Tags: Windows XP</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>Issue with application manifests on XP</title><link>http://codehq.net/cs/blogs/john/archive/2006/07/12/issue-with-application-manifests-on-xp.aspx</link><pubDate>Wed, 12 Jul 2006 16:47:00 GMT</pubDate><guid isPermaLink="false">0d78e8a6-5d58-4271-ba38-c33afed2bfdd:5</guid><dc:creator>john</dc:creator><slash:comments>0</slash:comments><comments>http://codehq.net/cs/blogs/john/comments/5.aspx</comments><wfw:commentRss>http://codehq.net/cs/blogs/john/commentrss.aspx?PostID=5</wfw:commentRss><wfw:comment>http://codehq.net/cs/blogs/john/rsscomments.aspx?PostID=5</wfw:comment><description>&lt;P&gt;Someone forgot to test for this:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create an application manifest document (e.g. &lt;CODE&gt;foo.exe.manifest&lt;/CODE&gt;) and include it as part of your &lt;CODE&gt;foo&lt;/CODE&gt; application. &lt;/LI&gt;
&lt;LI&gt;Mark the &lt;CODE&gt;&amp;lt;xml&amp;gt;&lt;/CODE&gt; tag with the &lt;CODE&gt;encoding="UTF-8"&lt;/CODE&gt; atribute.&lt;/LI&gt;
&lt;LI&gt;Compile and test your sample app; works as expected. &lt;/LI&gt;
&lt;LI&gt;Now use VS's Advanced Save Options dialog (or Notepad's Encoding option on the Save As dialog) to save it as UTF-8 &lt;EM&gt;with a BOM marker.&lt;/EM&gt; This is a perfectly legal option.&lt;/LI&gt;
&lt;LI&gt;Recompile. The test run now fails!&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;So the process loader's internal XML parser doesn't handle the BOM marker. I'll have to log a bug for this.&lt;/P&gt;&lt;img src="http://codehq.net/cs/aggbug.aspx?PostID=5" width="1" height="1"&gt;</description><category domain="http://codehq.net/cs/blogs/john/archive/tags/Code/default.aspx">Code</category><category domain="http://codehq.net/cs/blogs/john/archive/tags/Manifests/default.aspx">Manifests</category><category domain="http://codehq.net/cs/blogs/john/archive/tags/Windows+XP/default.aspx">Windows XP</category></item></channel></rss>