Re: Getting the default language with AppleScript
Re: Getting the default language with AppleScript
- Subject: Re: Getting the default language with AppleScript
- From: Paul Skinner <email@hidden>
- Date: Wed, 7 Jul 2004 12:47:15 -0400
On Jul 7, 2004, at 12:16 PM, Emmanuel wrote:
-->
system attribute
{"SECURITYSESSIONID", "HOME", "SHELL", "USER", "PATH",
"__CF_USER_TEXT_ENCODING"}
--system attributes
--Gets the attributes of the system
set sysattrib to {home:system attribute "HOME", shell:system attribute
"SHELL", user:system attribute "USER", path:system attribute "PATH",
textenc:system attribute "__CF_USER_TEXT_ENCODING"} ,
-->{path:"/usr/bin:/bin:/usr/sbin:/sbin:/Volumes/titan/Users/admin",
home:"/Volumes/titan/Users/admin", shell:"/bin/bash", user:"admin",
textenc:"0x1F5:0:0"}
I wonder how '0x1F5:0:0' can be used.
Paul
_______________________________________________
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.