hauva@arska.org
| Revision History | ||
|---|---|---|
| Revision v1.0.2 | 2002-04-06 | Revised by: am |
| Added the info that emacs support is read-only and removed the question about how the support works. | ||
| Revision v1.0.1 | 2002-03-03 | Revised by: am |
| Cent: added comment that cent is not usually used. More Euro links. Added information on KDE and Gnome. | ||
| Revision v1.0.0 | 2001-09-29 | Revised by: am |
| Original release | ||
The document is licensed under GNU Free Documentation License , version 1.1.
glibc 2.2 and newer support the Euro. The correct locale is, for example, fi_FI@euro.
Check that the file /usr/share/keymaps/include/euro.inc.gz includes lines
altgr keycode 18 = currency altgr keycode 46 = cent |
In Debian the file /etc/console-tools/config must have ISO-8859-15 screen font:
SCREEN_FONT=lat0-16 |
In Red Hat the file /etc/sysconfig/i18n must have lines
SYSFONT=lat0-16 SYSFONTACM=iso15 |
.XTerm.VT100.font: -jmk-neep alt-medium-r-*-*-*-120-*-*-*-*-iso8859-15 |
If AltGr-e does not work add line
keycode 26 = e E EuroSign |
Change the font setting in Gnome Control Center to ISO-8859-15.
A better way of doing this is changing the system wide GTK+ configuration with commands
cd /etc/gtk ln -s gtkrc.iso-8859-15 gtkrc |
Emacsen 21 and newer have partial euro support. The following elisp should work:
(set-face-font
'default '"-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-15")
|
Note that you cannot write Euro characters. You can only see them.