<?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>Athena&#039;s Pad &#187; Utility</title>
	<atom:link href="http://athena.outer-reaches.com/wp/index.php/archives/tag/utility/feed" rel="self" type="application/rss+xml" />
	<link>http://athena.outer-reaches.com/wp</link>
	<description>Notes from the codex of wisdom and war according to AthenaOfDelphi</description>
	<lastBuildDate>Sun, 04 Dec 2011 20:25:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>BOMScan Version 0.1 Released</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/606</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/606#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:47:48 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[BOMScan]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=606</guid>
		<description><![CDATA[Copyright (C) Christina Louise Warne (aka AthenaOfDelphi)Version 0.1 of BOMScan has just been released.  BOMScan is a little tool I wrote to scan files for Unicode Byte Order Markers (or BOMs).

To use BOMScan, simply copy BOMScan.EXE into your Windows folder, then open a command prompt, goto the directory you want to scan and then [...]]]></description>
			<content:encoded><![CDATA[<p class="feedCopyright">Copyright (C) Christina Louise Warne (aka AthenaOfDelphi)</p><p>Version 0.1 of BOMScan has just been released.  BOMScan is a little tool I wrote to scan files for Unicode Byte Order Markers (or BOMs).<br />
<span id="more-606"></span></p>
<p>To use BOMScan, simply copy <b>BOMScan.EXE</b> into your Windows folder, then open a command prompt, goto the directory you want to scan and then simply type BOMScan and press enter.  It will then proceed to scan every file and subdirectory for Unicode BOMs.</p>
<p>The output will look something like this:-</p>
<pre class="code">
Scanning :- \ReqMan\Project Groups
Scanning :- \ReqMan\Projects
  => Require.bdsgroup (UTF-8)
  => Require.bdsgroup.local (UTF-8)
Scanning :- \ReqMan\Scratch Pad
Scanning :- \ReqMan\Source
</pre>
<p>The following Unicode BOMs are supported.</p>
<table>
<tr>
<th>Bytes Matched</th>
<th>Description</th>
</tr>
<tr>
<td>0&#215;00 0&#215;00 0xfe 0xff</td>
<td>UTF-32, big endian</td>
</tr>
<tr>
<td>0xff 0xfe 0&#215;00 0&#215;00</td>
<td>UTF-32, little endian</td>
</tr>
<tr>
<td>0xfe 0xff</td>
<td>UTF-16, big endian</td>
</tr>
<tr>
<td>0xff 0xfe</td>
<td>UTF-16, little endian</td>
</tr>
<tr>
<td>0xef 0xbb 0xbf</td>
<td>UTF-8</td>
</tr>
</table>
<p>Thats it, plain and simple.</p>
<p>Download version 0.1 of BOMScan.exe <a href='/wp/wp-content/uploads/2009/03/bomscan.exe'>here</a> (approx. 95KB).</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/606/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

