* 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
This commit is contained in:
Axel Dörfler 2009-11-20 11:58:17 +00:00
parent d77fe260cb
commit aea141f906

View File

@ -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
{