Lines Matching refs:charset
21 " Note, not all of Vim's supported encodings have a charset to use.
91 " used when the user specifies the charset, they better know what they are
312 " figure out whether current charset and encoding will work, if not
389 call add(html, '<meta charset="' . s:settings.encoding . '"' . tag_close)
391 …call add(html, "<meta http-equiv=\"content-type\" content=\"text/html; charset=" . s:settings.enco…
530 " set the fileencoding to match the charset we'll be using
533 " According to http://www.w3.org/TR/html4/charset.html#doc-char-set, the byte
773 " user specified the desired MIME charset, figure out proper
785 " Figure out proper MIME charset from 'fileencoding' if possible
809 echomsg "TOhtml: couldn't determine MIME charset, using UTF-8"
883 " get the proper HTML charset name from a Vim encoding option.
912 " Get the proper Vim encoding option setting from an HTML charset name.