Hi!
I’m wondering whether the utf8 work-around «class utf8» is broken in Tiger?
Since Tiger Xcode doesn’t compile «class utf8» properly! (it says error while compiling: “Expected expression but found unknown token. (-2741)”)
Did utf8 get a new real name in Applescript Studio or what?
In Script Editor it still works very well!
What’s the script window’s File Encoding set to? If it’s set to something like UTF-8 then the non-ASCII « » characters will be wrongly encoded when sent to the AppleScript compiler. Change it to MacRoman and you shouldn’t have any problem.