Welcome Guest, Not a member yet? Register   Sign In
[directory helper] Error when high ascii in dir
#2

Ok, I get it...

It's because of the code page of the filesystem...

now THIS works as expected with special chars in the names of files / folders

PHP Code:
$source iconv('UTF-8','Windows-1252','W:\Policy «B»\subdir1\subdir2\...');
$tmp    directory_map($source); 

And this was also another problem I had with
PHP Code:
copy($source$destination); 
when $source or $destination had special chars...
Reply


Messages In This Thread
RE: [directory helper] Error when high ascii in dir - by ayukawaa - 04-17-2017, 01:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB