Can anyone help with displaying Unicode text, such as nice stars and arrows, in text fields of AppleScript Studio programs, without resorting to procedural C or C+++ calls? Am I talking sense here? :oops:
set star_symbol to (do shell script “perl -e 'print (”\x{2605}“)'”)
Or:
set star_symbol to «data utxt2605»