YEnc
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Transfer Encodings | |subcat=Transfer Encodings | ||
+ | |extensions={{ext|ync}} | ||
+ | |pronom={{PRONOM|fmt/1100}} | ||
|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 | + | {{DISPLAYTITLE:yEnc}} |
+ | '''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 14: | ||
== 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>". | ||
+ | |||
+ | == Software == | ||
+ | * [http://yydecode.sourceforge.net/ yydecode] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/yEnc}} | ||
== Links == | == Links == |
Latest revision as of 02:54, 28 December 2023
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.
Contents |
[edit] Specifications
yEncode - A quick and dirty encoding for binaries v1.2 (.txt file)
[edit] Identification
A yEnc-encoded file is delimited by lines that begin with "=ybegin
" and "=yend
".