• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Convert PC ANSI to Mac Standard Roman
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Convert PC ANSI to Mac Standard Roman
      • From: David Bradley <email@hidden>
References: 
 >Convert PC ANSI to Mac Standard Roman (From: David Bradley <email@hidden>)

  • Prev by Date: Convert PC ANSI to Mac Standard Roman
  • Next by Date: Re: How to match data in two different text files as fast as possible?
  • Previous by thread: Convert PC ANSI to Mac Standard Roman
  • Next by thread: Re: Convert PC ANSI to Mac Standard Roman
  • Index(es):
    • Date
    • Thread