Help with paste...
J. Landman Gay
jacque at hyperactivesw.com
Sat Apr 10 01:05:22 EDT 2004
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 | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list