Hi, I forward this bug report 'cause I've not received some response from slackware team. The bug is apparently in ls binary, I downloaded ls source from gnu.org, compiled and executed and ls do same output. ---------- Forwarded message ---------- Date: Fri, 24 Dec 1999 11:00:17 -0600 (CST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: 'ls' ¿'bug' in Slackware 7? Hello, I'm using Slackware 7 at home and I found a abnormal behavior with 'ls' and latin1 characters. If I 'touch' a file with that characters then 'ls' doesn't list correctly, but if I use 'ls' binary from Slackware 4 there's no problem, in the meanwhile I'm using a symbolic link from 'ls' to 'ls-slack4' but I wanted you know about such behavior. proyecto:~$ touch ÁÑ-áñ proyecto:~$ ls -lN (symbolic link to 'ls' binary from slackware 7) -rw-r--r-- 1 miguel usuarios 0 Dec 24 10:52 ??-?? proyecto:~$ ls -lb (symbolic link to 'ls' binary from slackware 7) -rw-r--r-- 1 miguel usuarios 0 Dec 24 10:52 \301\321-\301\321 --- --- proyecto:~$ ls -lN (symbolic link to 'ls' binary from slackware 4) -rw-r--r-- 1 miguel usuarios 0 Dec 24 10:52 ÁÑ-áñ proyecto:~$ ls -lb (symbolic link to 'ls' binary from slackware 4) -rw-r--r-- 1 miguel usuarios 0 Dec 24 10:52 \301\321-\341\361 --- ---