Re: Change Unix Locale
Re: Change Unix Locale
- Subject: Re: Change Unix Locale
- From: John Delacour <email@hidden>
- Date: Mon, 7 Apr 2003 11:45:16 +0100
- Mac-eudora-version: 6.0a14
At 11:58 am +0200 7/4/03, Andreas Limmer wrote:
The reason for this strange result is that Mac OS X seems to ignore
most of the LC settings...
If I run
do shell script "cd;open -e .MacOSX/environment.plist"
I get this in TextEdit. What do you get?
<?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>LANG</key>
<string>en_GB</string>
<key>LC_ALL</key>
<string>C</string>
<key>PATH</key>
<string>/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/sw/bin</string>
</dict>
</plist>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.