From aea141f906d82f6e7a42dab96d802d27014d05ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 20 Nov 2009 11:58:17 +0000 Subject: [PATCH] * This is a temporary work-around to let "ls" show UTF-8 characters, even though it won't determine the correct display width. * The actual fix would be to have the wide character API working, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34154 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/src/ls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/coreutils/src/ls.c b/src/bin/coreutils/src/ls.c index 6d75b35f1d..588a0b28d0 100644 --- a/src/bin/coreutils/src/ls.c +++ b/src/bin/coreutils/src/ls.c @@ -1520,7 +1520,9 @@ decode_switches (int argc, char **argv) { format = many_per_line; /* See description of qmark_funny_chars, above. */ +#ifndef __HAIKU__ qmark_funny_chars = true; +#endif } else {