Uuencoding
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Change primary category to Transfer Encodings) | |||
| Line 13: | Line 13: | ||
| == Software == | == Software == | ||
| * [http://www.gnu.org/software/sharutils/ GNU sharutils]: <code>uuencode</code>, <code>uudecode</code> | * [http://www.gnu.org/software/sharutils/ GNU sharutils]: <code>uuencode</code>, <code>uudecode</code> | ||
| + | |||
| + | == See also == | ||
| + | * [[Xxencoding]] | ||
| + | * [[yEnc]] | ||
| == Links == | == Links == | ||
Revision as of 17:06, 7 September 2014
Uuencoding is a way to encode binary data as plain text, suitable for inclusion in an e-mail message or Usenet message.
| Contents | 
Format
The header line starts with "begin", followed by a Unix file permission code and a filename.
Each line of data begins with a character indicating the line length. Since lines have a standard length, all lines except the last one begin with "M".
Software
-  GNU sharutils: uuencode,uudecode

