Re: Convert PC ANSI to Mac Standard Roman
Re: Convert PC ANSI to Mac Standard Roman
- Subject: Re: Convert PC ANSI to Mac Standard Roman
- From: Yvan KOENIG <email@hidden>
- Date: Wed, 16 Aug 2006 14:31:55 +0200
Hello
Your encodings are wrongly defined.
use:
tell application "Cyclone" try set inputEncoding to Win_ANSI set destEncoding to Mac_Roman set convertedData to (convert text original from inputEncoding to destEncoding) on error number the error_number error "Cyclone conversion error." & return & "Error code: " & (error_number as text) end try end tell
Yvan KOENIG |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden