Re: Perl 5.8 locale

2003-03-02 Thread Doug McNutt
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
keyRCCOUNT/key
string0/string
keySHELLOG/key
string/Users/doug/logs/shel_log/string
keyLANG/key
stringus_ENG/string
keyLC_ALL/key
stringC/string
keyPATH/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.


Re: Perl 5.8 locale

2003-03-02 Thread Bill Metzinger
Thank you!
The link you provided led me to another
http://duke.usask.ca/~dalglb/macosx/Perl_5.6.html
which had a script that created the environment.plist file and ended my 
locale problem.
Happy in Pennsylvania
Bill