Re: Does Reason-Phrase allow LWS?

Bjoern Hoehrmann wrote:
> * Julian Reschke wrote:
>> No, it doesn't:
>>
>>     CTL            = <any US-ASCII control character
>>                      (octets 0 - 31) and DEL (127)>
> 
> No, what you don't realize is that I replace all tabs with spaces...

Not sure what you want to say here. Are you saying CTL contains SP? You 
confused me.

>> OK, so I'd guess the best way to define it would be:
>>
>> 	Reason-Phrase = *( HT | %x20-7E | %x80-FF )
> 
> Switching to ABNF this might be better written like
> 
>   Reason-Phrase = *( WSP / VCHAR / %x80-FF )
> 
> At least "HT" should eventually become "HTAB".

Understood, but for now I'm just fixing what we have.

When we move to RFC4234bis syntax, then yes, we'll use the core rules.

BR, Julian

Received on Friday, 23 November 2007 17:05:56 UTC