3 Oct 1994 16:22
Bug in RFC 1522
Olle Jarnefors <ojarnef <at> admin.kth.se>
1994-10-03 15:22:44 GMT
1994-10-03 15:22:44 GMT
> Network Working Group K. Moore
> Request for Comments: 1522 University of Tennessee
> Obsoletes: 1342 September 1993
> Category: Standards Track
>
>
> MIME (Multipurpose Internet Mail Extensions) Part Two:
> Message Header Extensions for Non-ASCII Text
> 2. Syntax of encoded-words
>
> An "encoded-word" is defined by the following ABNF grammar. The
> notation of RFC 822 is used, with the exception that white space
> characters MAY NOT appear between components of an encoded-word.
>
> encoded-word = "=?" charset "?" encoding "?" encoded-text "?="
>
> charset = token ; see section 3
>
> encoding = token ; see section 4
>
> token = 1*<Any CHAR except SPACE, CTLs, and especials>
>
> especials = "(" / ")" / "<" / ">" / " <at> " / "," / ";" / ":" / "
> <"> / "/" / "[" / "]" / "?" / "." / "="
The second last line is syntactically malformed and should be,
I think:
: especials = "(" / ")" / "<" / ">" / " <at> " / "," / ";" / ":" / "\" /
(Continue reading)
RSS Feed