From b3cc2c7a22598eea50f5725367dbe9299157a51d Mon Sep 17 00:00:00 2001 From: Frede H Date: Sat, 18 Feb 2017 15:35:07 +0100 Subject: [PATCH] Update util.sh Changed font for Danish locale (lat2 font does not show local chars) --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 6c088b6..b0b923a 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -175,7 +175,7 @@ select_language() { case $(cat ${ANSWER}) in "1") source $DATADIR/translations/danish.trans CURR_LOCALE="da_DK.UTF-8" - FONT="lat2-16.psfu" + FONT="cp865-8x16.psfu" ;; "2") source $DATADIR/translations/dutch.trans CURR_LOCALE="nl_NL.UTF-8"