Re: Unicode/UTF confusion
Re: Unicode/UTF confusion
- Subject: Re: Unicode/UTF confusion
- From: John Delacour <email@hidden>
- Date: Sat, 3 May 2003 02:59:44 +0100
- Mac-eudora-version: 6.0a16
At 2:28 am +0100 3/5/03, John Delacour wrote:
It looks as though someone at Apple agrees with me...
On second thoughts, perhaps that's a bit misleading :-) ....
set fU to "/tmp/x"
set f to POSIX file fU as file specification
set s to "This is an apple: " & (ASCII character 240)
open for access f with write permission
set eof f to 0
write s to f
close access f
set read_2 to read f as Gclass OHNOH
read_2
--> <<data OHNO5468697320697320616E206170706C653A20F0>>
_______________________________________________
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.