Uuencoding
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=E-Mail, newsgroups, and forums }} '''Uuencoding''' is a way to encode binary data as plain text, suitable for inclusion in an e-mai...") |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=E-Mail, newsgroups, and forums | |subcat=E-Mail, newsgroups, and forums | ||
+ | |extensions={{ext|uue}}, {{ext|uu}} | ||
}} | }} | ||
'''Uuencoding''' is a way to encode binary data as plain text, suitable for inclusion in an e-mail message or [[Usenet message format|Usenet message]]. | '''Uuencoding''' is a way to encode binary data as plain text, suitable for inclusion in an e-mail message or [[Usenet message format|Usenet message]]. | ||
Line 11: | Line 12: | ||
== Software == | == Software == | ||
− | * [http://www.gnu.org/software/sharutils/ GNU sharutils] | + | * [http://www.gnu.org/software/sharutils/ GNU sharutils]: <code>uuencode</code>, <code>uudecode</code> |
== Links == | == Links == | ||
* [[Wikipedia:Uuencoding|Wikipedia article]] | * [[Wikipedia:Uuencoding|Wikipedia article]] |
Revision as of 17:15, 5 November 2013
Uuencoding is a way to encode binary data as plain text, suitable for inclusion in an e-mail message or Usenet message.
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