|
Posted by Peter Münster on 08/28/06 11:42
On Fri, 25 Aug 2006, Alvaro G. Vicario wrote:
> *** Peter Münster escribió/wrote (Fri, 25 Aug 2006 10:04:32 +0200):
> > But it does not seem to work, the output of the following script is
> > string(10) "fr_FR.utf8" Array ( [0] => hello [1] => conomie [2] => bla )
>
> Where's the output for var_dump(setlocale(LC_ALL, 'fr_FR.utf8'))? Locales
> are system dependent and I'd bet it's printing FALSE in order to say
> fr_FR.utf8 is not available.
Hello Alvaro,
the output of "var_dump(setlocale(LC_ALL, 'fr_FR.utf8')) is:
string(10) "fr_FR.utf8"
Do you have other ideas, what's going wrong here?
Cheers, Peter
--
email: pmrb at free.fr
http://pmrb.free.fr/contact/
[Back to original message]
|