<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_uuencode</id>
	<title>Ns uuencode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_uuencode"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_uuencode&amp;action=history"/>
	<updated>2026-04-18T15:56:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_uuencode&amp;diff=5588&amp;oldid=prev</id>
		<title>Josephbui: Undo revision 5572 by Daniel (Talk)</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_uuencode&amp;diff=5588&amp;oldid=prev"/>
		<updated>2009-11-23T15:06:02Z</updated>

		<summary type="html">&lt;p&gt;Undo revision 5572 by &lt;a href=&quot;/wiki/aolserver/Special:Contributions/Daniel&quot; title=&quot;Special:Contributions/Daniel&quot;&gt;Daniel&lt;/a&gt; (&lt;a href=&quot;/mediawiki/aolserver/index.php?title=User_talk:Daniel&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Daniel (page does not exist)&quot;&gt;Talk&lt;/a&gt;)&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:06, 23 November 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Josephbui</name></author>
		
	</entry>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_uuencode&amp;diff=2667&amp;oldid=prev</id>
		<title>WikiSysop: imported from WiKit id 923</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_uuencode&amp;diff=2667&amp;oldid=prev"/>
		<updated>2004-06-14T17:09:27Z</updated>

		<summary type="html">&lt;p&gt;imported from WiKit id 923&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Man page: http://aolserver.com/docs/tcl/ns_uuencode.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''NAME'''&lt;br /&gt;
&lt;br /&gt;
: ns_uuencode - Binary-to-text encoding using &amp;quot;htuu&amp;quot; encoding&lt;br /&gt;
&lt;br /&gt;
'''SYNOPSYS'''&lt;br /&gt;
&lt;br /&gt;
: '''ns_uuencode''' ''string''&lt;br /&gt;
&lt;br /&gt;
'''DESCRIPTION'''&lt;br /&gt;
&lt;br /&gt;
: This command performs a binary-to-text encoding on ''string''.  There is an arbitrary limit of 48 bytes for the input ''string''.  The encoded string will be approximately 33% longer than the original.&lt;br /&gt;
&lt;br /&gt;
: '''NOTE:''' This is HTTP-style uuencoding/uudecoding which is sometimes called &amp;quot;htuu&amp;quot; (see [http://www.faqs.org/rfcs/rfc1113.html RFC 1113, 4.3.2.4 Step 4 Printable Encoding]).  It is not  compatible with the format used by the Unix uuencode/uudecode commands, nor is it base-64 encoding.&lt;br /&gt;
&lt;br /&gt;
: For base-64 encoding, consider using the base64 Tcl package in tcllib.&lt;br /&gt;
&lt;br /&gt;
'''EXAMPLE'''&lt;br /&gt;
&lt;br /&gt;
    % ns_uuencode &amp;quot;Test string&amp;quot;&lt;br /&gt;
    VGVzdCBzdHJpbmc=&lt;br /&gt;
&lt;br /&gt;
'''SEE ALSO'''&lt;br /&gt;
&lt;br /&gt;
: [[ns_uudecode]], tcllib base64 [http://tcllib.sourceforge.net/]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category Documentation]] - [[Category Core Tcl API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>