Re: InDesign and nonRoman text
Re: InDesign and nonRoman text
- Subject: Re: InDesign and nonRoman text
- From: Kirill Kortchagin <email@hidden>
- Date: Wed, 22 Oct 2003 13:26:07 +0400
On Wednesday, October 22, 2003, at 02:37 AM, Shane Stanley wrote:
On 22/10/03 2:05 AM +1000, Kirill Kortchagin, email@hidden, wrote:
How to set text with non-Roman script characters into InDesign
document?
AppleScripts sets it up as ASCII codes, but not as InDesign Unicode
"<0410><0411>".
Have you tried coercing the text to Unicode text first?
Yes, Its dont work.
For Example
tell application "InDesign 2.0.1 CE"
tell document 1
set SomeText to "Kirill" - - I dont type in cyrillic, becouse it
demands specific settings for the e-mail program.
set SomeText to SomeText as Unicode text
set text 1 of text frame 1 to SomeText
end tell
end tell
The result is the same, as without coercing the text to Unicode.
Aha-pupok
email@hidden
http://www.yezhe.ru/applescript/
_______________________________________________
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.