> If I am understanding correctly, you are referring to a HTML specific issue
> where the HTML and browser configuration is displaying your characters
> improperly?
Advertising
No, the browser is displaying the characters of the filename fine
(using htmlentities converts the ? unknown character into an Â. The
problem is with the link/href to the file with the special character
in it's name. I get a 404 not found unless I rawurlencode the href,
turning it into the rather unreadable "LE%20CH%C2T.pdf".
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php