<?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: Base32 Encoding in C#, Java</title>
	<atom:link href="http://humani.st/base32-encoding-in-c-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://humani.st/base32-encoding-in-c-java/</link>
	<description>Computer Science, Business, Blogging, and Technology Blog by Luke Hoersten</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:44:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://humani.st/base32-encoding-in-c-java/comment-page-1/#comment-10775</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 31 Oct 2009 02:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/266#comment-10775</guid>
		<description>Minor comment:&lt;br&gt;current_byte = (data [i] &gt;= 0) ? data [i] : (data [i] + 256); // Unsign&lt;br&gt;&lt;br&gt;isn&#039;t needed.&lt;br&gt;&lt;br&gt;In .net (unlike Java) bytes are unsigned values from 0-255. A byte will never be negative.</description>
		<content:encoded><![CDATA[<p>Minor comment:<br />current_byte = (data [i] &gt;= 0) ? data [i] : (data [i] + 256); // Unsign</p>
<p>isn&#39;t needed.</p>
<p>In .net (unlike Java) bytes are unsigned values from 0-255. A byte will never be negative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://humani.st/base32-encoding-in-c-java/comment-page-1/#comment-10759</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 30 Oct 2009 22:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/266#comment-10759</guid>
		<description>Minor comment:&lt;br&gt;current_byte = (data [i] &gt;= 0) ? data [i] : (data [i] + 256); // Unsign&lt;br&gt;&lt;br&gt;isn&#039;t needed.&lt;br&gt;&lt;br&gt;In .net (unlike Java) bytes are unsigned values from 0-255. A byte will never be negative.</description>
		<content:encoded><![CDATA[<p>Minor comment:<br />current_byte = (data [i] &gt;= 0) ? data [i] : (data [i] + 256); // Unsign</p>
<p>isn&#39;t needed.</p>
<p>In .net (unlike Java) bytes are unsigned values from 0-255. A byte will never be negative.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
