Signed-off-by: Ingo Weinhold <[EMAIL PROTECTED]> --- 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