Unsere Konsole ist jetzt UTF8-Fit.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@548 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-09 18:10:57 +00:00
parent 5dfb662dc3
commit 4aedc9624f
8 changed files with 15449 additions and 11 deletions

View File

@@ -17,8 +17,20 @@
. ${rc_functions}
eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
FONT="lat0-16"
KEYMAP_CORRECTIONS="euro2"
if [ "$LANGUAGE" == "de" ]; then
#KEYMAP="de-latin1"
KEYMAP_CORRECTIONS="euro2"
LEGACY_CHARSET="iso-8859-15"
#FONT="LatArCyrHeb-16 -m 8859-15"
FONT="lat0-16 -m 8859-15"
else
# English
FONT="lat0-16"
KEYMAP_CORRECTIONS="euro2"
fi
UNICODE="1"
BROKEN_COMPOSE="0"
is_true() {
[ "$1" = "1" ] || [ "$1" = "yes" ] || [ "$1" = "true" ]