Re: [PHP] about locale settings

[email protected] (Per Jessen)
Newsgroups php.general
Organization Per Jessens personal news-server
Message-ID <[email protected]>
Per Jessen wrote:

> When I've set LC_ALL before calling php, why do I need to call
> setlocale() in the script too:
> 
> LC_ALL=de_DE.utf8 php -r "print strftime('%B');"
> June
> 
> LC_ALL=de_DE.utf8 php -r "setlocale(LC_ALL,''); print strftime('%B');"
> Juni
> 
> What am I missing here?  I have no problem with the
> setlocale(LC_ALL,'') call, but I'd like to understand why I need it.

Am I the only one to run into these oddball problems?  Doesn't anyone
else use different locales?  I think the above is a bug - php _should_
respect the LC_ALL setting without being specifically poked.


/Per

-- 
Per Jessen, Zürich (20.9°C)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.