<?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: Encoding Numbers as Base 36</title>
	<atom:link href="http://devlog.info/2008/05/22/encoding-numbers-as-base-36/feed/" rel="self" type="application/rss+xml" />
	<link>http://devlog.info/2008/05/22/encoding-numbers-as-base-36/</link>
	<description>One developers blog.</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:08:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alix Axel</title>
		<link>http://devlog.info/2008/05/22/encoding-numbers-as-base-36/comment-page-1/#comment-11338</link>
		<dc:creator>Alix Axel</dc:creator>
		<pubDate>Tue, 22 Dec 2009 03:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://devlog.info/?p=34#comment-11338</guid>
		<description>Nice post, you made one mistake though: base 62 makes a distinction between upper and lower-case letters base 64 adds two more chars (not to confuse with base64_*).

Regarding the ambiguous chars you can strip down those chars and use a smaller base (like base 52).

Also, check out this related SO question: http://stackoverflow.com/questions/1938029/php-how-to-baseconvert-up-to-base-62</description>
		<content:encoded><![CDATA[<p>Nice post, you made one mistake though: base 62 makes a distinction between upper and lower-case letters base 64 adds two more chars (not to confuse with base64_*).</p>
<p>Regarding the ambiguous chars you can strip down those chars and use a smaller base (like base 52).</p>
<p>Also, check out this related SO question: <a href="http://stackoverflow.com/questions/1938029/php-how-to-baseconvert-up-to-base-62" rel="nofollow">http://stackoverflow.com/questions/1938029/php-how-to-baseconvert-up-to-base-62</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
