enable-multibyte-characters

enable-multibyte-characters is a variable defined in `C source code'.
Its value is
t

global value is the same.
  • Automatically becomes permanently buffer-local when set.

Documentation:
Non-nil means the buffer contents are regarded as multi-byte characters.
Otherwise they are regarded as unibyte. This affects the display,
file I/O and the behavior of various editing commands.

This variable is buffer-local but you cannot set it directly;
use the function `set-buffer-multibyte' to change a buffer's representation.
See also Info node `(elisp)Text Representations'.