* 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:
parent
d77fe260cb
commit
aea141f906
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user