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
--
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
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
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