Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Lester Caine
R. S. wrote: if you make files like: testunicode-Ελλάδα or testunicode-Россия Then php can't get handle to these files with errors like: RS ... Just out of curiosity does the problem ranges of alphabets fall outside of the limited 'UTF16' range that M$ uses for 'wide strings'. I'm busy out at

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Pierre Joye
On Fri, Aug 16, 2013 at 9:40 AM, R. S. wrote: > Hello Pierre, > > Friday, August 16, 2013, 5:38:01 AM, you wrote: > >> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with >> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3 path and use it to >> open the file using php, works. In othe

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Pierre Joye
On Sat, Aug 17, 2013 at 7:17 AM, Pierre Joye wrote: > On Fri, Aug 16, 2013 at 9:40 AM, R. S. wrote: >> Hello Pierre, >> >> Friday, August 16, 2013, 5:38:01 AM, you wrote: >> >>> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with >>> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Pierre Joye
hi! On Fri, Aug 16, 2013 at 10:45 PM, Lester Caine wrote: > R. S. wrote: >> >> if you make files like: >> testunicode-Ελλάδα or testunicode-Россия >> >> Then php can't get handle to these files with errors like: > > > RS ... Just out of curiosity does the problem ranges of alphabets fall > outsid