Re: Unicode characters
Re: Unicode characters
- Subject: Re: Unicode characters
- From: Jonas Salling <email@hidden>
- Date: Wed, 9 Apr 2003 18:13:51 +0200
Thanks Paul, John and Christopher, that did the trick. Some people will
be quite happy about this. Perl is standard OS X faire, right? No
BSD-layer required?
Cheers,
Jonas
PS: To Paul:
In order to split a text in a popup in the publicly available version
of Sony Ericsson Clicker you'd do something along these lines:
set parasep to (do shell script "perl -e 'print \"\\x{2029}\"'")
tell application "SEC Helper"
enter popup mode text ("top line" as Unicode text) & parasep & "bottom
line"
end tell
_______________________________________________
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.