Re: [PHP-INST] problem with locale

2001-10-04 Thread B. PERRINE
I'm using a debian potato In the directory /usr/share/locale, ther is an other one called fr_FR. In several scripts, I use : setlocale (LC_TIME, "fr_FR"); And it work very well. B. le jeu 04-10-2001 at 19:44 Paul Newby a écrit : [..] > > > Try LC_TIME=fr_FR (the iso standard) > > B. > > Thank

Re: [PHP-INST] problem with locale

2001-10-04 Thread Paul Newby
> > The PHP locale functions work on an older installation > > of PHP-3.0.12 on RH 6.1, but they don't seem to > > work in my installation of PHP-4.0.5 on RH 7.0. > > I've tried both setlocale("LC_TIME","french") > > as well as setlocale(LC_TIME,"french"). Note > > that "french" is in the output

[PHP-INST] problem with locale

2001-10-04 Thread Paul Newby
The PHP locale functions work on an older installation of PHP-3.0.12 on RH 6.1, but they don't seem to work in my installation of PHP-4.0.5 on RH 7.0. I've tried both setlocale("LC_TIME","french") as well as setlocale(LC_TIME,"french"). Note that "french" is in the output list of /usr/bin/loca