Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Ivan Enderlin @ Hoa
On 22/08/12 10:46, Pierre Joye wrote: On Wed, Aug 22, 2012 at 10:39 AM, Lester Caine wrote: Pierre Joye wrote: I'd also to ask to do not hijack this thread with a php6/whatever else rant and keep focusing on answering Ivan's questions instead. I would ask if any of this HAS changed in windows

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Ivan Enderlin @ Hoa
On 22/08/12 10:16, Pierre Joye wrote: On Wed, Aug 22, 2012 at 9:04 AM, Ivan Enderlin @ Hoa wrote: As it may (very often) works smoothly on most unices, it won't work ever using current releases or master on Windows. One has to set the correct codepage and do the conversion from/to UTF-8. Exac

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Pierre Joye
On Wed, Aug 22, 2012 at 10:39 AM, Lester Caine wrote: > Pierre Joye wrote: >> >> I'd also to ask to do not hijack this thread with a php6/whatever else >> rant and keep focusing on answering Ivan's questions instead. > I would ask if any of this HAS changed in windows 7? Does windows do > anythin

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Lester Caine
Pierre Joye wrote: I'd also to ask to do not hijack this thread with a php6/whatever else rant and keep focusing on answering Ivan's questions instead. THERE WAS NOTHING OF A RANT I am simply expressing the same problem you have also expressed in a different way. Unicode and windows still

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Pierre Joye
hi Lester, On Wed, Aug 22, 2012 at 10:06 AM, Lester Caine wrote: > Ivan Enderlin @ Hoa wrote: >>> >>> As it may (very often) works smoothly on most unices, it won't work >>> ever using current releases or master on Windows. One has to set the >>> correct codepage and do the conversion from/to UTF

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Pierre Joye
On Wed, Aug 22, 2012 at 9:04 AM, Ivan Enderlin @ Hoa wrote: >> As it may (very often) works smoothly on most unices, it won't work >> ever using current releases or master on Windows. One has to set the >> correct codepage and do the conversion from/to UTF-8. > > Exactly. I can detect if PHP is r

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Lester Caine
Ivan Enderlin @ Hoa wrote: As it may (very often) works smoothly on most unices, it won't work ever using current releases or master on Windows. One has to set the correct codepage and do the conversion from/to UTF-8. Exactly. I can detect if PHP is running on Windows and making the conversion o

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Lester Caine
Ivan Enderlin @ Hoa wrote: What do we need to check? --enable-zend-multibyte, some php.ini magic parameters, some ENV variables? What kind of issue? Perhaps they are leaving in the BOM? Tell them to configure their editors to not add a BOM. It's not from the editor. The filename contains UTF-8

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Andrew Faulds
Also, beware the unavailable UTF8 filenames on some older/badly configured VPS images. That's bitten me. I now have some files on my VPS with unreadable mangled UTF-8 names, because they were uploaded from my UTF-8-compliant desktop distribution. -- Sent from Samsung Mobile Andrew Faulds http:

Re: [PHP-DEV] UTF-8 files and include

2012-08-22 Thread Ivan Enderlin @ Hoa
On 22/08/12 08:57, Pierre Joye wrote: hi! On Tue, Aug 21, 2012 at 3:10 PM, Ivan Enderlin @ Hoa wrote: Hello, Some of my users & contributors have met an issue with files containing UTF-8 on certain Windows configurations (but they actually did not found the difference). Any idea why? The issu

Re: [PHP-DEV] UTF-8 files and include

2012-08-21 Thread Pierre Joye
hi! On Tue, Aug 21, 2012 at 3:10 PM, Ivan Enderlin @ Hoa wrote: > Hello, > > Some of my users & contributors have met an issue with files containing > UTF-8 on certain Windows configurations (but they actually did not found the > difference). Any idea why? > The issue does not appear on Linux, BS

Re: [PHP-DEV] UTF-8 files and include

2012-08-21 Thread Ivan Enderlin @ Hoa
On 21/08/12 15:13, Rasmus Lerdorf wrote: On 08/21/2012 09:10 AM, Ivan Enderlin @ Hoa wrote: Hello, Some of my users & contributors have met an issue with files containing UTF-8 on certain Windows configurations (but they actually did not found the difference). Any idea why? The issue does not a

Re: [PHP-DEV] UTF-8 files and include

2012-08-21 Thread Rasmus Lerdorf
On 08/21/2012 09:10 AM, Ivan Enderlin @ Hoa wrote: > Hello, > > Some of my users & contributors have met an issue with files containing > UTF-8 on certain Windows configurations (but they actually did not found > the difference). Any idea why? > The issue does not appear on Linux, BSD or Mac OS sy

[PHP-DEV] UTF-8 files and include

2012-08-21 Thread Ivan Enderlin @ Hoa
Hello, Some of my users & contributors have met an issue with files containing UTF-8 on certain Windows configurations (but they actually did not found the difference). Any idea why? The issue does not appear on Linux, BSD or Mac OS system, only for certain Windows. What do we need to check?