And, if you run scripts from BBEdit like I do, you should write something like

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
        <dict>
                <key>LANG</key>
                <string>en_US</string>
                <key>LC_ALL</key>
                <string>C</string>
                <key>MAILADDRESS</key>
                <string>[EMAIL PROTECTED]</string>
        </dict>
</plist>

in "~/.MacOSX/environment.plist". (Forget about the MAILADDRESS; that is mine.)

Regards,

Vic


At 1:58 AM -0700 9/28/03, Chris Cantrall wrote:
If your shell is tcsh, put the following 2 lines in your .tcshrc login/setup file.

setenv LANG en_US
setenv LC_ALL C


--
Vic Norton
vic at norton dot name

Reply via email to