Variable: org-html-coding-system
org-html-coding-system is a customizable variable defined in
ox-html.el.gz.
Value
utf-8
Documentation
Coding system for HTML export.
Use utf-8 as the default value.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-coding-system 'utf-8
"Coding system for HTML export.
Use utf-8 as the default value."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")
:type 'coding-system)