[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] blob-literal read syntax
From: |
John Cowan |
Subject: |
Re: [Chicken-hackers] blob-literal read syntax |
Date: |
Fri, 22 Oct 2010 11:14:57 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Magnus Achim Deininger scripsit:
> =ybegin<text>=yend
>
> <text> is mostly the blob contents verbatim, i.e. without converting it
> to hex first, except for some special characters.
According to http://www.yenc.org/yenc-draft.1.3.txt , the format is
much more complex than that (involving multiple lines and keywords on
the header and trailer lines) and the contents are *not* verbatim: for
example, #x00 is encoded as '*' and #x32 (digit '2') is encoded as 'T'.
Furthermore, there is a hidden dependency on the character encoding of
a file in which yEnc objects are embedded: the encoded form of #x7E is
whatever character has a codepoint at #xA8 in that encoding, which is
not necessarily U+00A8.
If we must have blob syntax at all, I agree that hex is The Right Thing,
but allowing interspersed whitespace.
--
John Cowan address@hidden
I amar prestar aen, han mathon ne nen, http://www.ccil.org/~cowan
han mathon ne chae, a han noston ne 'wilith. --Galadriel, LOTR:FOTR
- Re: [Chicken-hackers] blob-literal read syntax, (continued)
- Re: [Chicken-hackers] blob-literal read syntax, Alaric Snell-Pym, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Christian Kellermann, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, John Cowan, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alaric Snell-Pym, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, John Cowan, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alaric Snell-Pym, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alex Queiroz, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Magnus Achim Deininger, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, Peter Bex, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, Magnus Achim Deininger, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax,
John Cowan <=
- Re: [Chicken-hackers] blob-literal read syntax, Magnus Achim Deininger, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, Alex Shinn, 2010/10/22
Re: [Chicken-hackers] blob-literal read syntax, Thomas Chust, 2010/10/18
Re: [Chicken-hackers] blob-literal read syntax, Peter Bex, 2010/10/18
Re: [Chicken-hackers] blob-literal read syntax, Kon Lovett, 2010/10/18