[PHP-DEV] PHP 4.0 Bug #8969 Updated: Gettext does not work

2001-01-31 Thread teejun
ID: 8969 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Gettext related Description: Gettext does not work I have done a bit more testing. If I add: setlocale("LC_ALL", "fi_FI"); or just (for the messages): setlocale("LC_MESSAGES", "fi_FI"); Then the gettext funct

[PHP-DEV] PHP 4.0 Bug #8969: Gettext does not work

2001-01-29 Thread teejun
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Gettext related Bug description: Gettext does not work 1) Just to show that gettext works in the system: A script: [teemu@jolly Test]$ cat loca2.sh #!/bin/sh LANG=fi export LANG TE