emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mile long url-mime-charset-string


From: Dan Jacobson
Subject: Re: mile long url-mime-charset-string
Date: Fri, 17 Nov 2006 04:56:30 +0800

r> I have no idea what this means.

Allow me to elucidate.

|url-mime-charset-string is a variable defined in `url-vars.el'.
|Its value is
|"utf-8;q=1, iso-8859-1;q=0.5, big5;q=0.5, iso-2022-jp;q=0.5,
|shift_jis;q=0.5, iso-8859-15;q=0.5, iso-8859-2;q=0.5,
|iso-8859-3;q=0.5, iso-8859-4;q=0.5, iso-8859-5;q=0.5,
|iso-8859-7;q=0.5, iso-8859-8;q=0.5, iso-8859-9;q=0.5, gb2312;q=0.5,
|euc-jp;q=0.5, euc-kr;q=0.5, tis-620;q=0.5, iso-8859-14;q=0.5,
|windows-1252;q=0.5, windows-1251;q=0.5, koi8-r;q=0.5, koi8-u;q=0.5,
|viscii;q=0.5, hz-gb-2312;q=0.5, iso-2022-cn-ext;q=0.5,
|iso-2022-cn;q=0.5, iso-2022-jp-2;q=0.5, iso-2022-kr;q=0.5,
|utf-16;q=0.5, utf-16be;q=0.5, utf-16le;q=0.5"
|
|Documentation:
|*String to send in the Accept-charset: field in HTTP requests.
|The MIME charset corresponding to the most preferred coding system is
|given priority 1 and the rest are given priority 0.5.

Couldn't that just be e.g.,
"utf-8;q=1,*;q=0.5"
Or document why must requests be bloated by listing them all out
instead of using *.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]