Re: ABNF switch: list rules

Julian Reschke wrote:
>   AC-f = ( ( charset | "*" )[ ";" "q" "=" qvalue ] )
>   AC-e = *LWS AC-f
> 
>   Accept-Charset = "Accept-Charset" ":" AC-e *( *LWS "," AC-e )

What Bjoern said:

    Accept-Charset: utf-8 ; q = 1

Although that was allowed, I wouldn't be surprised if it trips up some
implementations.

And also, *LWS at the end after the last non-LWS character.

-- Jamie

Received on Thursday, 22 May 2008 13:31:42 UTC