How to add unicode characters from extendscript
One of my scripts requires entering a unicode character, but I have not yet found the method to do so. I need to use the oDoc.AddText method, which requests the second parameter to be a text string. I can enter a unicode character in the script, but it needs to be pulled from an attribute which carries the unicode number for the character. So how do I go from unicode number to an actual character to be pushed into my doc?
Maybe this is trivial, but I am not getting any results with my trials so far. I have tried using the String.fromCharCode( ) but that results in a question mark (indicating an unknown character).
Any help is greatly appreciated.
