Variable: url-mime-content-type-charset-regexp
url-mime-content-type-charset-regexp is a variable defined in
url-vars.el.gz.
Value
";[ ]*charset=\"?\\([^\"]+\\)\"?"
Documentation
Regexp used in parsing Content-Type for a charset indication.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defvar url-mime-content-type-charset-regexp
";[ \t]*charset=\"?\\([^\"]+\\)\"?"
"Regexp used in parsing `Content-Type' for a charset indication.")