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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -