YEnc
From Just Solve the File Format Problem
(Difference between revisions)
(Created basic stub with link to spec) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
| (11 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {| | + | {{FormatInfo |
| − | | | + | |name=yEnc |
| − | | | + | |formattype=electronic |
| − | | | + | |subcat=Transfer Encodings |
| − | | | + | |extensions={{ext|ync}} |
| − | | | + | |pronom={{PRONOM|fmt/1100}} |
| − | + | |released=2001 | |
| − | + | }} | |
| − | + | {{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. | |
| − | [http://www.yenc.org/yenc-draft.1.3.txt | + | == Specifications == |
| + | [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 == | ||
| + | * [http://www.yenc.org/ yEnc Homepage] | ||
| + | * [[Wikipedia:YEnc|Wikipedia article]] | ||
| + | |||
| + | [[Category:E-Mail, newsgroups, and forums]] | ||
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".