In general any character can be mapped to any sequence of up to four character sized images (called glyphs) when it is drawn into a window. The TAB character is a notable exception; it expands to as many spaces as are needed to fill up to the next tab stop.
By default, the editor is set up to display the following,
If you want to edit files containing characters in the Latin1 character
set (numerically, from 160 to 255) you can put the following in your
`.jaderc' file,
(latin-1-mode)
this will redefine the necessary characters.
If you want more details about this sort of thing see section Glyph Tables.
Go to the first, previous, next, last section, table of contents.