Variable: sgml-name-8bit-mode

sgml-name-8bit-mode is a customizable variable defined in sgml-mode.el.gz.

Value

nil

Documentation

When non-nil, insert non-ASCII characters as named entities.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defcustom sgml-name-8bit-mode nil
  "When non-nil, insert non-ASCII characters as named entities."
  :type 'boolean)