X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/78719982ea4a118a29a5c68bde315ff281bf9928..2b5d45809130a620dfd27d640d9f75d2bd71b877:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index 69af4a1..c26fad3 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -35,8 +35,8 @@ if [ -t 0 ]; then ## highlight when I'm running as some other user. Highlight when this ## isn't the outermost shell on the terminal. if (( EUID == 0 )); then - left=`echo « | iconv -f utf8 -t //translit` - right=`echo » | iconv -f utf8 -t //translit` + left=`echo « | iconv -f UTF-8 -t //translit` + right=`echo » | iconv -f UTF-8 -t //translit` else case $USER in mdw|mwooding) u="" left="[" right="]" ;;