Re: [PHP] Charset and filenames

2005-02-28 Thread Gustavo Lopes
"Jochem Maas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gustavo Lopes wrote: >> I appreciate your reply but I'm not satisfied. >> >> "Richard Lynch" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >>>Gustavo Lopes wrote: >>> I'm building a script that make

Re: [PHP] Charset and filenames

2005-02-28 Thread Jochem Maas
Gustavo Lopes wrote: I appreciate your reply but I'm not satisfied. "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Gustavo Lopes wrote: I'm building a script that makes a list of files available in a directory (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The

Re: [PHP] Charset and filenames

2005-02-28 Thread Gustavo Lopes
I appreciate your reply but I'm not satisfied. "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gustavo Lopes wrote: >> I'm building a script that makes a list of files available in a directory >> (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The XHTML is >>

Re: [PHP] Charset and filenames

2005-02-28 Thread Richard Lynch
Gustavo Lopes wrote: > I'm building a script that makes a list of files available in a directory > (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The XHTML is > served > as ISO-8859-1. However, I'm having trouble in generating correct links for > files with accents, etc. > The problem is r

[PHP] Charset and filenames

2005-02-27 Thread Gustavo Lopes
Hi I'm building a script that makes a list of files available in a directory (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The XHTML is served as ISO-8859-1. However, I'm having trouble in generating correct links for files with accents, etc. The problem is rawurlencode() appears to co