Re: Unicode to plain text
Re: Unicode to plain text
- Subject: Re: Unicode to plain text
- From: John Delacour <email@hidden>
- Date: Fri, 20 Sep 2002 23:07:10 +0100
At 9:22 am -0700 20/9/02, Paul Berkowitz wrote:
which raises the interesting question
Since the <class ktxt>> thing _does_ work for everything returned by the
Finder for file and folder names, for the file systems alias filepaths, and
for lots else - does this mean that the file system has _not_ been
implemented in real Unicode, or that it's AppleScript which is giving us the
pseudo-version?
Save a TextEdit window as [UNICODE HEX INPUT] 0EA1 (that's a nought)
with no extension and you will see that the Finder is consistent with
the rest. If there exist displayable conversions of the name, then
these styled conversions will be returned -- if not, as in the case
above, then ditto.
tell app "Finder" to name of item 1 of (get selection)
--> "?"
result as record
--> ERROR: Can't make.....
JD
_______________________________________________
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.