DragonFly bugs List (threaded) for 2007-04
DragonFly BSD
DragonFly bugs List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [issue612] mount_msdos needs to link to citrus libs


From: Fearow <lists@xxxxxxxxxxx>
Date: Thu, 26 Apr 2007 02:00:09 -0700

On Thursday, April 26. 2007 1:37:04am Steve O'Hara-Smith wrote:
> > Is this why DragonFly is just about the only modern operating system that
> > still can't show international characters in ls and such?
>
> 	No that is caused by -q being the default when the output is a
> terminal, try using echo in a directory with international characters in
> the filename or redirecting the output of ls eg:
>
> $ls | cat
> ic
> list
> ïòðå


International characters are not control characters. FreeBSD and all the linux 
distros to which I have access can handle this.

All using ko_KR.UTF-8 locale. If Korean characters are seen as control 
characters in this locale, there is something wrong.

FreeBSD/Linux:
$ touch 잠자리
$ ls
. /  ../  잠자리
$ ls -q
. /  ../  잠자리

DragonFly:
$ touch 잠자리
$ ls
?????????
$ ls | cat
잠자리




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