summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-11-10 12:36:28 +0100
committerBruno Haible <bruno@clisp.org>2008-11-10 12:36:28 +0100
commit729edda20b3bc6862f41a34ae0ff17e7db449333 (patch)
tree8589d756f25e7adafd702673c908912e1bbd890d
parent40d88197eef9efb44102f8fd6ce10141ca61fb3c (diff)
downloadgnulib-729edda20b3bc6862f41a34ae0ff17e7db449333.tar.gz
Treat Haiku like BeOS.
-rwxr-xr-xlib/config.charset6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/config.charset b/lib/config.charset
index 62b4e94d63..7534e3f264 100755
--- a/lib/config.charset
+++ b/lib/config.charset
@@ -1,7 +1,7 @@
#! /bin/sh
# Output a system dependent table of character encoding aliases.
#
-# Copyright (C) 2000-2004, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2000-2004, 2006-2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -478,8 +478,8 @@ case "$os" in
# space nevertheless.
echo "* UTF-8"
;;
- beos*)
- # BeOS has a single locale, and it has UTF-8 encoding.
+ beos* | haiku*)
+ # BeOS and Haiku have a single locale, and it has UTF-8 encoding.
echo "* UTF-8"
;;
msdosdjgpp*)