adjustments

svn path=/trunk/kdebase/konsole/; revision=38278
wilder-portage
Lars Doelle 27 years ago
parent a5ba81e9e5
commit 1338a6f64c
  1. 6
      tests/utf8.sh

@ -1,11 +1,11 @@
#!/bin/sh --
#!/bin/bash --
#
# Switch utf-8 mode
#
#-------------------------------------------------------------------------
case $1 in
on) echo "%G""UTF-8 on";;
off) echo "%@""UTF-8 off";;
on) echo $'\033%G'"UTF-8 on";;
off) echo $'\033%@'"UTF-8 off";;
*) echo "usage: $0 [on|off]";;
esac

Loading…
Cancel
Save