mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
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:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user