At 12:50 -0500 3/2/03, Bill Metzinger wrote:
>perl: warning: Please check that your locale settings:
>        LC_ALL = (unset),
>        LANG = "en"

You need to create a plist file and a directory for it:

$HOME/.MacOSX/environment.plist

and set up LC_ALL and LANG there. Setting them in your .login, .profile, or .***rc 
won't work. The file is read only once at login-to-OSneXt time. It is not read on a 
remote login via ssh.

*** begin copy of mine - watch out for mail forwarders that add returns. ***
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">
<dict>
        <key>RCCOUNT</key>
        <string>0</string>
        <key>SHELLOG</key>
        <string>/Users/doug/logs/shel_log</string>
        <key>LANG</key>
        <string>us_ENG</string>
        <key>LC_ALL</key>
        <string>C</string>
        <key>PATH</key>
<string>/Users/doug/bin:/opt/bin/perl/bin:/bin:/sbin:/usr/bin:/usr/sbin:/Developer/Tools</string>
        </dict>
</plist>

-- 

Applescript syntax is like English spelling:
Roughly, but not thoroughly, thought through.

Reply via email to