bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/4] Haiku is UTF-8 only as well.


From: Bruno Haible
Subject: Re: [PATCH 3/4] Haiku is UTF-8 only as well.
Date: Mon, 10 Nov 2008 03:22:05 +0100
User-agent: KMail/1.5.4

Ingo Weinhold wrote:
>  lib/config.charset |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Thanks, I will apply it like this:


2008-11-10  Ingo Weinhold  <address@hidden>

        * lib/config.charset: Treat Haiku like BeOS.

--- lib/config.charset.orig     2008-11-10 03:20:37.000000000 +0100
+++ lib/config.charset  2008-11-10 03:20:15.000000000 +0100
@@ -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 @@
        # 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*)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]