Re: Unicode/UTF confusion
Re: Unicode/UTF confusion
- Subject: Re: Unicode/UTF confusion
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 03 May 2003 11:05:02 -0700
On 5/3/03 10:42 AM, "John Delacour" <email@hidden> wrote:
>
-- [ and why can't I concatenate zws & applelozenge ?? ]
zws is string and applelozenge is Unicode text. When you concatenate them
the left side's class coerces the right side's class to its own when it can,
as here (otherwise you get a list, when it can't). That would make
applelozenge a string, not what you want.
What happens if zws is itself Unicode text? No good? If it's OK, then you
could concatenate it to applelozenge without problem.
--
Paul Berkowitz
_______________________________________________
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.