]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Treat Haiku like BeOS.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Nov 2008 11:36:18 +0000 (11:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:55 +0000 (12:15 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/config.charset

index fe1a85ff36e4b57fde90390624cb6184af169e14..ba7b37255f400aea45e6747f092eb43b656c4675 100644 (file)
@@ -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.
index 85dd85ffac93c79f9ed21a3b29fb4c334400b3f8..8b82059f981dd501621541e43f38aa7b7cea8ff3 100755 (executable)
@@ -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*)