Variable: latin1-display-sets

latin1-display-sets is a variable defined in latin1-disp.el.gz.

Value

(latin-2 latin-3 latin-4 latin-5 latin-8 latin-9 arabic cyrillic greek
	 hebrew)

Documentation

The ISO8859 character sets with defined Latin-1 display sequences.

These are the nicknames for the sets and correspond to Emacs language environments.

Source Code

;; Defined in /usr/src/emacs/lisp/international/latin1-disp.el.gz
(defconst latin1-display-sets '(latin-2 latin-3 latin-4 latin-5 latin-8
                                latin-9 arabic cyrillic greek hebrew)
  "The ISO8859 character sets with defined Latin-1 display sequences.
These are the nicknames for the sets and correspond to Emacs language
environments.")