Re: [Resin-interest] Setting the locale with the setlocale php function

2008-06-28 Thread Stephane Eybert
The issue has been resolved. The locale string passed to the function was changed from en_GB.UTF-8 to en_GB and it now works. Looks like Resin wants a locale string without the UTF8 suffix when PHP4 is okay with it. No big deal... Kind Regards, Stephane -- View this message in context: ht

[Resin-interest] Setting the locale with the setlocale php function

2008-06-26 Thread Stephane Eybert
Dear all, I'm running into an issue when using the php function setlocale as in $isImplemented = setlocale(LC_ALL, "en_GB.UTF-8"); The setlocale returns false meaning the locale is not implemented. This happens only when running the php application in Resin/Quercus. It does not happen when ru