in reply to Re^2: Unicode Problem
in thread Unicode Problem

Hi,
I logged the background process to a file, in the perl script, I added a new command to log the locale environment:

LANG=POSIX
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=

How can I modify the locale settings for the background process?

Replies are listed 'Best First'.
Re^4: Unicode Problem
by fglock (Vicar) on Feb 04, 2005 at 14:01 UTC

    You need to stop and restart the process. The process will use the current environment.