Hi there,
first post for me, already wanted to say thanks to the many other replies I’ve found very useful. Ok, I’m writing code for AppleScript Studio but I think it has more to do with AppleScript since I can reproduce it in Script Editor. So here i go, I want my app to save a doc with the AppleScript Studio command “Write to File”. I’m writing Japanese characters and end up with crap. I get the same in Script Editor only by compiling it:
set thtest to “㈱” as Unicode text
display dialog thtest
Before I save it it’s all ok, the Japanese character is purple.
Then I compile and here’s what I get:
set thetest to “áM” as Unicode text
display dialog thetest
Can anyone tell me what’s going on?