• 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: List of numbers for encoding in Microsoft Word?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List of numbers for encoding in Microsoft Word?


  • Subject: Re: List of numbers for encoding in Microsoft Word?
  • From: William Adams <email@hidden>
  • Date: Wed, 05 Aug 2015 11:04:57 -0400

On Aug 4, 2015, at 7:54 PM, Shane Stanley wrote:

> OS X defines NSMacOSRomanStringEncoding as 30, so it sounds like they are using the standard OS values:

Thank you.

I've tried a bunch of those options, and also options for changing the line endings, but didn't have any luck.

I need to save the files out as: Other Encoding: Western Windows (Latin 1) w/ CR LF line endings, but nothing I've tried here has worked:

on open of theFiles
	repeat with x in theFiles
		tell application "Microsoft Word"
			open x
			save as the front document file name path of the front document & ".txt" file format format text text encoding 5 line ending type line ending cr lf
			close front document saving no
		end tell
	end repeat
end open

What is the secret trick to making this work? I'm not getting any error messages or feedback in the system.

William

--
William Adams
senior graphic designer
Fry Communications
Sphinx of black quartz, judge my vow.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden


  • Follow-Ups:
    • Re: List of numbers for encoding in Microsoft Word?
      • From: Yvan KOENIG <email@hidden>
    • Re: List of numbers for encoding in Microsoft Word?
      • From: William Adams <email@hidden>
References: 
 >List of numbers for encoding in Microsoft Word? (From: William Adams <email@hidden>)
 >Re: List of numbers for encoding in Microsoft Word? (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Make a cell in Excel display as text
  • Next by Date: Re: List of numbers for encoding in Microsoft Word?
  • Previous by thread: Re: List of numbers for encoding in Microsoft Word?
  • Next by thread: Re: List of numbers for encoding in Microsoft Word?
  • Index(es):
    • Date
    • Thread