Re: [PHP] Mac OS X file name encoding problem

2005-08-23 Thread Giulio
Jasper, thanks for your answer, Il giorno 23/ago/05, alle ore 2:38 PM, php-general-digest- [EMAIL PROTECTED] ha scritto: Da: Jasper Bryant-Greene <[EMAIL PROTECTED]> Data: 23 agosto 2005 0:39:32 PM GMT+02:00 A: php-general@lists.php.net Oggetto: Re: [PHP] Mac OS X file name en

Re: [PHP] Mac OS X file name encoding problem

2005-08-23 Thread Jasper Bryant-Greene
Giulio wrote: I have a problem with a script when it is runs on a Mac OS X environment. [snip] The problem appears when $filename contains special characters, like accented chars, on Mac OS X the ftp_fput function returns me an error. I thinked that the problem could depend on the filesyste

[PHP] Mac OS X file name encoding problem

2005-08-23 Thread Giulio
Hi all, I have a problem with a script when it is runs on a Mac OS X environment. a part of this script simply takes an upoloaded temporary file and writes it on the local system using ftp functions. something like: $filename = $TheNameToAssignToTheFile; $ftps = ftp_connect($ftpaddress)