Page 1 of 1
special character notify with applescript
Posted: Wed Dec 13, 2006 3:49 am
by ahmettaha
I'm trying to notify these characters with applescript, however, different characters show up in the bubble. Is there a way to escape these so it would show up correct.
çığöşüäßâéîû
Posted: Wed Dec 13, 2006 4:21 am
by bgannin
Have you tried their Unicode equivalents?
Posted: Wed Dec 13, 2006 10:58 am
by ahmettaha
I did but different special characters show up
Posted: Wed Dec 13, 2006 7:44 pm
by Diggory
This worked for me:
Code: Select all
set desc to "ç?gösüäßâéîû" as Unicode text
notify with name ¬
"Test Notification" title ¬
"Test Notification" description desc application name "Growl AppleScript Sample - Long"
