PHP FTP_GET - Can't handle special characters
Posted: Mon Mar 15, 2010 5:21 am
Hi Chaps,
I have a PHP FTP app where users can up/download files.
Our company deals with foreign languages, so some of the files may have special characters, such as (German) umlauts. Uploading files with umlauts seems fine, but when I download a file, it goes from:
Cheers
I have a PHP FTP app where users can up/download files.
Our company deals with foreign languages, so some of the files may have special characters, such as (German) umlauts. Uploading files with umlauts seems fine, but when I download a file, it goes from:
toHäuse.pdf
Is there any way to get round this, so it keeps the correct file name?Häuse.pdf
Cheers