ietf-822
[Top] [All Lists]

Re: RFC 2231 and CFWS

2003-01-23 09:41:12

Charles Lindsey wrote:

So you are saying that the most that is allowed is

   ()token*0()=()token()
      ditto   =()"quoted-string"()
      ditto   =()ascii'en_US'foo%20bar()
The first two may appear as normal parameters (i.e. w/o *0) or
as any continuation section of an extended parameter.  The last
is incorrect; it requires an asterisk before the = to indicate that
it is an extended parameter (i.e. that it uses encoding), and the
language tag is botched:
     () token*0* () = () ascii'en-us'foo%20bar ()
Charset and language may only appear in the initial section, and
at minimum the two single quote delimiters must appear in the
initial section if any continuation section uses encoding.


<Prev in Thread] Current Thread [Next in Thread>