Go to the first, previous, next, last section, table of contents.

C-9: How can I input ISO 8859 characters?

Mule supports all the character sets from Latin-1 (ISO 8859-1) to Latin-5 (ISO 8859-9). The quail system is used to input these characters from an ordinary ASCII keyboard.

Following five files are provided to input ISO 8859 characters:

After having loaded the appropriate file(s), you can toggle quail- minor-mode with "C-]". In the quail mode you can select a package for a particular language either typing "M-s" or evaluating (quail-use-package "package-name"). Typing "M-z" shows a brief help.

Examples:

1) If you are new to German and want to type German texts, include

   the following two lines in your .emacs.
   (load "quail/latin")
   (quail-use-package "german")

2) If you want to use the azerty layout for French, include the

   following two lines in your .emacs.
   (load "quail/ltn")
   (quail-use-package "azerty")

Go to the first, previous, next, last section, table of contents.