http - Reason Phrase charset -


what charset used http reason phrase?

if use special char è (utf8 encoded) chrome works well, firefox show "é".

i don't find on reference http://www.w3.org/protocols/rfc2616/rfc2616-sec6.html#sec6.1.1

the production in rfc 2616 is

reason-phrase  = *<text, excluding cr, lf> 

and rfc explains: “the text rule used descriptive field contents , values not intended interpreted message parser. words of *text may contain characters character sets other iso-8859-1 when encoded according rules of rfc 2047”. suggests implied encoding iso-8859-1, firefox right here.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -