From c965f74f46b266987ed635e65fafc9562a7ccff5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 23 Apr 2007 20:20:40 +0000 Subject: [PATCH] Harden unicode settings --- init.d.Linux/keymaps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps index 2118ffc9..eab90552 100755 --- a/init.d.Linux/keymaps +++ b/init.d.Linux/keymaps @@ -58,10 +58,10 @@ start() { [ -n "${DUMPKEYS_CHARSET}" ] && dumpkey_opts="-c ${DUMPKEYS_CHARSET}" dumpkeys ${dumpkey_opts} | loadkeys --unicode - termencoding="\033%%G" + termencoding='\033%%G' termmsg="UTF-8" else - termencoding="\033(K" + termencoding='\033(K' termmsg="ASCII" fi local n=1 ttydev=