Re: Unicode characters
Re: Unicode characters
- Subject: Re: Unicode characters
- From: Paul Skinner <email@hidden>
- Date: Wed, 9 Apr 2003 08:06:46 -0400
*It appears my original reply to this thread went elsewhere , making my
second reply seem pretty left-fieldish.
Reposting despite Christopher Nebel's much more illuminating post this
morning.
On Tuesday, April 8, 2003, at 03:44 AM, Jonas Salling wrote:
Hi!
I'd like to build a string with a Unicode paragraph end character in
it. I was hoping there'd be something like this available:
"a" & (unicode character 2029) & "b"
This, however, doesn't seem to be the case. Am I missing something?
- jonas
This works...
"a" as unicode text & Unicode character 8233 & "b"
--8233 is decimal 2029
Of course thats in OS 9 and requires the 'Unicode OSAX'
<
http://www.merzwaren.com/bin/unicode-osax-10b1.sit>.
But you probably wanted an OS X solution.
Hmmm...
The source code for the Unicode OSAX is available in the download.
Now, if you only knew a good programmer. :)
my T68i is chuckling.
Paul Skinner
_______________________________________________
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.