Re: Does Reason-Phrase allow LWS?

* 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...

>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".
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 23 November 2007 16:58:49 UTC