<?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: Text Compression Techniques</title>
	<atom:link href="http://www.cod3r.com/2009/07/text-compression-techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cod3r.com/2009/07/text-compression-techniques/</link>
	<description>General things I find interesting</description>
	<lastBuildDate>Sun, 07 Mar 2010 08:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graham Booker</title>
		<link>http://www.cod3r.com/2009/07/text-compression-techniques/comment-page-1/#comment-17943</link>
		<dc:creator>Graham Booker</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=264#comment-17943</guid>
		<description>Ajayksh,
I don&#039;t have an API available for this as I may wish to use it for my own purposes in the future.  The compression scheme really has nothing more involved than what I described above.  I only left out the detail of how Huffman encoding works, but this is a well known technique.
I should add, the iPhone does have gzip compression, but not bzip2.  Look up the compress2 function and its complement, uncompress.</description>
		<content:encoded><![CDATA[<p>Ajayksh,<br />
I don&#8217;t have an API available for this as I may wish to use it for my own purposes in the future.  The compression scheme really has nothing more involved than what I described above.  I only left out the detail of how Huffman encoding works, but this is a well known technique.<br />
I should add, the iPhone does have gzip compression, but not bzip2.  Look up the compress2 function and its complement, uncompress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajayksh</title>
		<link>http://www.cod3r.com/2009/07/text-compression-techniques/comment-page-1/#comment-17932</link>
		<dc:creator>ajayksh</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=264#comment-17932</guid>
		<description>Hi, I am looking for compressing my text content for an iPhone application, the content is served from a Web Server which is implemented using Java Servlets.

I am quite impressed by your method and the result compression ratio, could you please share more, is there any Java and iPhone API available somewhere? TIA.
//ajayksh</description>
		<content:encoded><![CDATA[<p>Hi, I am looking for compressing my text content for an iPhone application, the content is served from a Web Server which is implemented using Java Servlets.</p>
<p>I am quite impressed by your method and the result compression ratio, could you please share more, is there any Java and iPhone API available somewhere? TIA.<br />
//ajayksh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
