[PHP-WIN] Why are there locale troubles under Windows?

2007-02-16 Thread Daniele C .
I will report a snippet from http://php.net/setlocale Warning The locale information is maintained per process, not per thread. If you are running PHP on a multithreaded server api like IIS or Apache on Windows you may experience sudden changes of locale settings while a script is running alth

[PHP-WIN] Why are there locale troubles under Windows?

2007-02-16 Thread Daniele C.
-- I will report a snippet from http://php.net/setlocale > Warning > > The locale information is maintained per process, not per thread. If > you are running PHP on a multithreaded server api like IIS or Apache > on Windows you may experience sudden changes of locale settings while > a script

Re: [PHP-WIN] UTF-8 standard

2007-02-16 Thread Niel Archer
Hi > I wondered if PHP allowed for Unicode character sets (such as by using > the UTF-8 standard)? Quick answer: Yes Longer Answer: Yes but you have to be a little careful as not all parts and extensions of php support UTF-8 encoding, or require you to specify UTF-8. PHP itself can be set to us

[PHP-WIN] UTF-8 standard

2007-02-16 Thread Harpreet
I wondered if PHP allowed for Unicode character sets (such as by using the UTF-8 standard)? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php