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...") |
Revision as of 01:30, 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
)