bug-gnulib
[Top][All Lists]
Advanced

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

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


From: Ingo Weinhold
Subject: [PATCH 3/4] Haiku is UTF-8 only as well.
Date: Wed, 05 Nov 2008 04:15:45 +0100
User-agent: Beam 1.1.2

Signed-off-by: Ingo Weinhold <address@hidden>
---
 lib/config.charset |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/config.charset b/lib/config.charset
index 62b4e94..83434bf 100755
--- a/lib/config.charset
+++ b/lib/config.charset
@@ -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 has a single locale, and it has UTF-8 encoding. Same for Haiku.
        echo "* UTF-8"
        ;;
     msdosdjgpp*)
-- 
1.5.2.4





reply via email to

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