Question
Why Text display not correct after set to Illustrator?
This is my code:
var oDoc=app.activeDocument;
var oTXT=oDoc.textFrames[0];
oTXT.contents="ô";
result:

But if i copy and paste to Illustrator, it will display ok:

Why Text display not correct after set to Illustrator?
How auto convert the same copy & paste?