#!/bin/sh # $Id: setup-utf8 1073 2021-06-27 05:01:23Z $ # vile:shmode case none"$LANG$LC_ALL$LC_CTYPE" in *UTF-8*) ;; *) echo "This script must be run in a UTF-8 locale" exit 1 ;; esac