Variable: url-mime-charset-string
url-mime-charset-string is a variable defined in url-vars.el.gz.
Value
nil
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.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defvar url-mime-charset-string nil
"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.")