Harden unicode settings

This commit is contained in:
Roy Marples 2007-04-23 20:20:40 +00:00
parent c5ada996ee
commit c965f74f46

View File

@ -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=