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

2013-08-18 Thread Pierre Joye
hi, On Sun, Aug 18, 2013 at 10:29 PM, R. S. wrote: > Pierre Joye wrote: > >> This is >> definitively a bug in the CRT and I have to discuss that with my >> colleagues from the vc team. > > Ok, so can you look at this bug report and tell me it is really a duplicate: > https://bugs.php.net/bug.php?

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

2013-08-18 Thread Lester Caine
R. S. wrote: 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 an >exhibition this weekend so only have limited access to my database, but I do >seem to recall that since wide strings are

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

2013-08-18 Thread R. S.
Pierre Joye wrote: > Ok, now I can reproduce it. That's actually weird and have to look at it :) Thank you! > Ok, it looks like a found a bug, not in php but in the windows API. > Which PHP version do you use (newest version uses a different CRT)? I'm using 5.4.18 Lester Caine wrote: > RS ...

[PHP-WIN] Simple method for generating PDF files for output/download, based on pretty much just image content

2013-08-18 Thread Jacob Kruger
Like subject line says, while have come across various modules/classes for trying to handle all sorts of involved PDF output file generation, I pretty much only need/want to spit out a PDF file containing something like a single image file, or maybe one per page, and, yes, suppose, possibly with

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

2013-08-18 Thread lester
Did you mean wide character? I was just flagging up that these are limited range on both M$ and on the Inprise platforms and some subsets do get missed. Just a thought as to possible source of problem Sent from my android device.