Re: Unicode
Re: Unicode
- Subject: Re: Unicode
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 31 Mar 2002 01:03:29 -0800
On 3/31/02 12:37 AM, "Emmanuel" <email@hidden> wrote:
>
At 9:48 AM +0200 31/3/02, Paul Berkowitz wrote:
>
>
>
> The result should be:
>
>
>
> --> "some extra text"
>
>
It is OMM.
>
>
OS: Z1-9.2.1
>
AppleScript: FU1-1.6
>
Carbon: 1.4.0
>
Smile: 1.8.5
Thanks, Emmanuel. I searched around and found that I had kept copies of AS
1.6 and Standard Additions 1.6 for OS 9, after all. After rebooting, the
first time I tried it in Script Debugger, it crashed. all subsequent times
(about 10) in SD, SE and as a Classic Application, it worked.
Furthermore, I had recalled things incorrectly, and it looks as if the
Release Notes may have been referring just to (sporadic?) crashes rather
than missing function. by adding on to the end of the script:
set cl to class of newStr
display dialog "newStr: \"" & newStr & "\"" & return & return & "Class:
" & cl
it became clear that the result was Unicode, not string, and the error loop
had never been invoked, not even the first crash time (although SD showed an
error number as the value for newStr after relaunch). Does anyone get
"Class: string"? (The rest of the script is in my first message in this
thread.)
It seems to me that maybe I had better release the scripts without Unicode
at first, then do a Unicode update after AS 1.8.2 is released. I wouldn't
want to knowingly build in sporadic crashes.
Has anyone had any experience with this issue already?
--
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.
References: | |
| >Re: Unicode (From: Emmanuel <email@hidden>) |