if [ C.UTF-8 = "$LANG" -a linux = "$TERM" ] ; then
    echo -ne "\033%@" # Disable UTF-8 console
fi
