summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-11-10 11:36:18 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:55 +0200
commitd21ccd0bded88ff2fe68d137286681a27a65874e (patch)
tree25aeaf4135a9c146e0697b9e5b8dda85be557dc1
parente649a4ab1e223bfa55c1cf65c56f909f655c4660 (diff)
downloadexternal_gettext-d21ccd0bded88ff2fe68d137286681a27a65874e.zip
external_gettext-d21ccd0bded88ff2fe68d137286681a27a65874e.tar.gz
external_gettext-d21ccd0bded88ff2fe68d137286681a27a65874e.tar.bz2
Treat Haiku like BeOS.
-rw-r--r--gettext-runtime/intl/ChangeLog4
-rwxr-xr-xgettext-runtime/intl/config.charset6
2 files changed, 7 insertions, 3 deletions
diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog
index fe1a85f..ba7b372 100644
--- a/gettext-runtime/intl/ChangeLog
+++ b/gettext-runtime/intl/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-10 Ingo Weinhold <ingo_weinhold@gmx.de>
+
+ * config.charset: Treat Haiku like BeOS.
+
2008-10-17 Bruno Haible <bruno@clisp.org>
* lock.h (gl_carray_waitqueue_t): Renamed from gl_waitqueue_t.
diff --git a/gettext-runtime/intl/config.charset b/gettext-runtime/intl/config.charset
index 85dd85f..8b82059 100755
--- a/gettext-runtime/intl/config.charset
+++ b/gettext-runtime/intl/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 Library General Public License as published
@@ -479,8 +479,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*)