Re: Unicode Help
Re: Unicode Help
- Subject: Re: Unicode Help
- From: Peter Boctor <email@hidden>
- Date: Wed, 2 Jul 2003 11:24:26 -0700
Michael,
As you've discovered InDesign by default returns plain text with
Unicode values between brackets. But you can ask InDesign to return
the text in Unicode by using "as Unicode text". For example:
tell application "InDesign 2.0.2"
word 1 of story 1 of document 1 as Unicode text
end tell
-peter
At 9:59 AM -0600 7/2/03, Michael Hartman wrote:
I need to convert text from indesign to the web but I need to remove unicode.
<snip>
The code is in <####>
How do I translate this?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Unicode Help (From: Michael Hartman <email@hidden>) |