<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Manuals%2Fcalci%2FLZWCOMPRESS</id>
	<title>Manuals/calci/LZWCOMPRESS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Manuals%2Fcalci%2FLZWCOMPRESS"/>
	<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Manuals/calci/LZWCOMPRESS&amp;action=history"/>
	<updated>2026-04-28T01:19:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://wiki.zcubes.com/index.php?title=Manuals/calci/LZWCOMPRESS&amp;diff=212981&amp;oldid=prev</id>
		<title>Devika: Created page with &quot;&lt;div style=&quot;font-size:30px&quot;&gt;'''LZWCOMPRESS (uncompressed)'''&lt;/div&gt;&lt;br/&gt; *&lt;math&gt;uncompressed&lt;/math&gt; is any uncompressed string.  ==Description== *This function gives the compre...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Manuals/calci/LZWCOMPRESS&amp;diff=212981&amp;oldid=prev"/>
		<updated>2020-02-27T09:26:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div style=&amp;quot;font-size:30px&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;LZWCOMPRESS (uncompressed)&amp;#039;&amp;#039;&amp;#039;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt; *&amp;lt;math&amp;gt;uncompressed&amp;lt;/math&amp;gt; is any uncompressed string.  ==Description== *This function gives the compre...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div style=&amp;quot;font-size:30px&amp;quot;&amp;gt;'''LZWCOMPRESS (uncompressed)'''&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;uncompressed&amp;lt;/math&amp;gt; is any uncompressed string.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
*This function gives the compressed value in its simplest form.&lt;br /&gt;
*A quick examination of the algorithm shows that LZW is always trying to output codes for strings. &lt;br /&gt;
*And each time a new code is output, a new string is added to the string table.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
# LZWCOMPRESS(&amp;quot;Ttestst a s&amp;quot;) = 84  	116   	101   	115   	116   	259   	32   	97   	32   	115&lt;br /&gt;
# LZWCOMPRESS(&amp;quot;Holiday&amp;quot;) = 72  	111  	108  	105  	100  	97  	121&lt;br /&gt;
# LZWCOMPRESS(&amp;quot;a^ h*&amp;amp;webvcddeee&amp;quot;) = 97  	94  	32  	104  	42  	38  	119  	101  	98  	118  	99  	100  	100   	101  	269&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Manuals/calci/LZWDECOMPRESS  | LZWDECOMPRESS ]]&lt;br /&gt;
*[[Manuals/calci/LOWERCASE | LOWERCASE  ]]&lt;br /&gt;
*[[Manuals/calci/UPPERCASE  | UPPERCASE ]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*[https://marknelson.us/posts/1989/10/01/lzw-data-compression.html Compress]&lt;br /&gt;
&lt;br /&gt;
*[[Z_API_Functions | List of Main Z Functions]]&lt;br /&gt;
&lt;br /&gt;
*[[ Z3 |   Z3 home ]]&lt;/div&gt;</summary>
		<author><name>Devika</name></author>
	</entry>
</feed>