Add support for BeOS.
authorJim Meyering <jim@meyering.net>
Mon, 18 Dec 2000 23:04:28 +0000 (23:04 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Dec 2000 23:04:28 +0000 (23:04 +0000)
lib/config.charset

index 087c93b..b1f5d41 100755 (executable)
@@ -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