Hi,

I'm creating a file browsing site but don't know how to list properly filenames containing accents (french, spanish, etc). I've been browsing the archives but couldn't find a fix.

foreach ($files as $file) {
        echo $file;
}

For example:
        Filename: sábado-1.mov
        Link: sábado-1.mov

I would appreciate any help.

Regards,
Luis.

PS - If it helps I'm working on OS X and PHP 4.4.1

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to