From: Jim Meyering Date: Mon, 18 Dec 2000 23:04:28 +0000 (+0000) Subject: Add support for BeOS. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118c7c3af6b537e01580f3ddd29262cdc7ee17b9;p=pspp Add support for BeOS. --- diff --git a/lib/config.charset b/lib/config.charset index 087c93baf5..b1f5d41624 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -227,4 +227,8 @@ case "$os" in echo "$l.CP866 CP866" done ;; + beos*) + # BeOS has a single locale, and it has UTF-8 encoding. + echo "C UTF-8" + ;; esac