Displaying 1 result from an estimated 1 matches for "247arp".
Did you mean:
247a
2008 Feb 20
1
ls : not UTF-8 compliant?
Sorry bugging you for this simple command.
ls command displays question marks for the local characters (ones not
included in 8859-1 space) in filenames.
ie.
[root at server aa]# touch ?arp
[root at server aa]# ls
??arp
[root at server aa]# ls -b #for octal escapes
\303\247arp
[root at server aa]#
However, ls|less, ls|more or vi <directory name> all display filename
correctly. Also, the <tab> completes such filenames in the correct way.
Even, logsave command for the ls output prints the right characters.
So, I assume the filesystem keeps the filenames in...