[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dash-escaping clarification



Let me modify that.  I just tried a few combinations with PGP and it
dash escapes leading '-', and 'From ' but pretty much nothing else.

So to describe existing behavior we could say:

- dash escape leading '-'
- dash escape 'From '

and that's it.

Adam

On Fri, Mar 07, 2003 at 10:16:45PM +0000, Adam Back wrote:
> Hmm I don't think it would be a good idea to allow dash-escaping of
> literally anything because then you can't reverse the transformation
> and '- ' is commonly used for bullet points where as the other cases
> ----- separated nested PGP signatures and other content types are not
> common, and 'From ' is a prexisting common exception.
> 
> Isn't it rather just:
> 
> - dash escape nested -----BEGIN PGP MESSAGE----- (et al)
> - dash escape From
> 
> Adam