In order to keep time properly,
# ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime # date Sun Feb 16 08:26:44 CET 2003
In most Gentoo Linux installations, your system clock is set to
UTC (or GMT, Greenwhich Mean Time) and then your timezone is
taken into account to determine the actual, local time. If,
for some reason, you need your system clock not to be in UTC,
you will need to edit
recommended: CLOCK="UTC"or: CLOCK="local"
The next step is to set the LANG shell variable, which
is used by your shell and window manager (and some other
applications). Valid values can be found in
export LANG="de_DE@euro"
The keyboard layout used by the console is set in
KEYMAP="de" KEYMAP="de-latin1" KEYMAP="de-latin1-nodeadkeys"
The keyboard layout to be used by the X server is specified
in
Section "InputDevice"
Identifier "Keyboard1"
...
Option "XkbLayout" "de"
# Option XkbVariant" "nodeadkeys"
...
In order to get your console to display the Euro symbol, you
will need to set CONSOLEFONT in
CONSOLEFONT="lat0-16"
Getting the Euro symbol to work properly in X is a little
bit tougher. The first thing you should do is change the
fixed and variable definitions in
fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-15 variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15
Some applications use their own font, and you will have to
tell them separately to use a font with the Euro symbol. You
can do this at a user-specific level in
(in your home directory) $ echo 'XTerm*font: fixed' >> .Xresources $ xrdb -merge .Xresources
To use the Euro symbol in (X)Emacs, add the following to
Emacs.default.attributeFont: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-15
For XEmacs (not plain Emacs), you have to do a little
more. In
(define-key global-map '(EuroSign) '[€])
The default language for OpenOffice is set as "ENUS"(01). If you wish to change the default language for OpenOffice, check the ebuild for the default language code.
# LANGUAGE="01" emerge openoffice01 is the ENUS language code for openoffice