YEnc
From Just Solve the File Format Problem
(Difference between revisions)
(Identification) |
|||
Line 5: | Line 5: | ||
|released=2001 | |released=2001 | ||
}} | }} | ||
− | '''yEnc''' is a transfer encoding used for attaching files to Usenet newsgroup messages (and, rarely, e-mail and other kinds of messages). It is a more | + | '''yEnc''' is a transfer encoding used for attaching files to Usenet newsgroup messages (and, rarely, e-mail and other kinds of messages). It is a more size-efficient alternative to [[Uuencoding]]. |
It is justly characterized as "quick and dirty", requiring crude Uuencoding-style heuristics to detect it, instead of utilizing the robust-but-complex [[MIME]] standard that predates it. | It is justly characterized as "quick and dirty", requiring crude Uuencoding-style heuristics to detect it, instead of utilizing the robust-but-complex [[MIME]] standard that predates it. | ||
Line 11: | Line 11: | ||
== Specifications == | == Specifications == | ||
[http://www.yenc.org/yenc-draft.1.3.txt yEncode - A quick and dirty encoding for binaries v1.2] (.txt file) | [http://www.yenc.org/yenc-draft.1.3.txt yEncode - A quick and dirty encoding for binaries v1.2] (.txt file) | ||
+ | |||
+ | == Identification == | ||
+ | A yEnc-encoded file is delimited by lines that begin with "<code>=ybegin</code>" and "<code>=yend</code>". | ||
== Links == | == Links == |
Revision as of 20:56, 11 October 2014
yEnc is a transfer encoding used for attaching files to Usenet newsgroup messages (and, rarely, e-mail and other kinds of messages). It is a more size-efficient alternative to Uuencoding.
It is justly characterized as "quick and dirty", requiring crude Uuencoding-style heuristics to detect it, instead of utilizing the robust-but-complex MIME standard that predates it.
Specifications
yEncode - A quick and dirty encoding for binaries v1.2 (.txt file)
Identification
A yEnc-encoded file is delimited by lines that begin with "=ybegin
" and "=yend
".