Re: InDesign and nonRoman text
Re: InDesign and nonRoman text
- Subject: Re: InDesign and nonRoman text
- From: Shane Stanley <email@hidden>
- Date: Wed, 22 Oct 2003 20:52:29 +1000
On 22/10/03 7:26 PM +1000, Kirill Kortchagin, email@hidden, wrote:
>
> 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.
It may be something related to the CE version, or you may need to use a
text-encoding converter. Perhaps JD will chime in with info on the latter.
--
Shane Stanley, email@hidden
_______________________________________________
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.