On 4/9/04 11:28 PM, Sannyasin Sivakatirswami wrote:

If I Open InDesign and copy a piece of text "It's (That's: curly quote, capital Eye, lower case t, curly apostrophe, s)

Now, if I paste this into a field into Rev 2.2 on OSX, select it and run this script against it:

on mouseup
  put the selection into jai
  repeat for each char x in jai
    put charTonum(x) & cr after hum
  end repeat
  put cr & hum after the selection
end mouseup

I get a really strange result:
“It’s

I wonder if some of this stuff is related to unicode problems in the engine.


--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to