Special Characters string not working?
Hello,
Using Javascript/CS5, I'm trying to put a string of special characters into a text frame using the "SpecialCharacters.TRADEMARK_SYMBOL" syntax. It works, but only if I use one special charaters. Doing this:
myTextFrame.insertionPoints[-1].contents = SpecialCharacters.BULLET_CHARACTER + ' ' + SpecialCharacters.TRADEMARK_SYMBOL;
Gives me this result in the text frame, it uses the numeric value now: 1396862068 1398041963
I'm wondering how I could put several special characters together in a text frame but actually get the symbols to show up?
Thanks!
