Can OS X read .txt files ?

Talk about just about anything else that is non-gaming here, but keep it clean
User avatar
Hobie-wan
Next-Gen
Posts: 21705
Joined: Sat Aug 15, 2009 8:28 pm
Location: Under a pile of retro stuff in H-town
Contact:

Re: Can OS X read .txt files ?

Post by Hobie-wan »

Ziggy587 wrote:Well Window's Word Pad saves to a .rtf file... so can OS X read this as well?
It defaults to RTF, but the XP version at least will also save to TXT, MSDOS flavored TXT, and Unicode.
User avatar
Ziggy
Moderator
Posts: 14913
Joined: Mon Jun 09, 2008 5:12 pm
Location: NY

Re: Can OS X read .txt files ?

Post by Ziggy »

I love how this thread and the one that I linked in the first post are polar opposites. :lol:

Thanks, guys, for making a simple "noob" question painless. And for making Racketboy the great forum that it is!
dsheinem
Next-Gen
Posts: 23184
Joined: Wed Dec 12, 2007 12:56 pm
Contact:

Re: Can OS X read .txt files ?

Post by dsheinem »

You can read the text file in OS X, but if you want to edit it you'll need to take the file (and your laptop) to an Apple Genius Bar so that a trained TextEdit specialist can do it for you. If you save it to iCloud first for them to access it ahead of time, you can jump ahead in line when you get to the store.
User avatar
pierrot
Next-Gen
Posts: 4196
Joined: Thu Feb 09, 2012 2:54 am
Location: Banned

Re: Can OS X read .txt files ?

Post by pierrot »

dsheinem wrote:You can read the text file in OS X, but if you want to edit it you'll need to take the file (and your laptop) to an Apple Genius Bar so that a trained TextEdit specialist can do it for you. If you save it to iCloud first for them to access it ahead of time, you can jump ahead in line when you get to the store.
...At which point, the Genius coven will beam you up to the iCloud in some nebulous cloud in another galaxy, where they will force you to toil away reading iDocs on iAccreting iDust iClouds for all iEternity.

I'd just search the help menu before you do that.
_____________________________________
Steam (and other) keys for trade/free: viewtopic.php?p=1189267#p1189267

B/S/T Thread: viewtopic.php?p=1188724#p1188724
gtmtnbiker
Next-Gen
Posts: 4320
Joined: Fri Jan 09, 2009 1:14 pm
Location: Massachusetts

Re: Can OS X read .txt files ?

Post by gtmtnbiker »

As others have mentioned, if you use .rtf or .doc, you'll have no issues because those files are binary formats (values from 0 - 255 per byte).

Normal text files are considered to be ASCII (values from 0 - 127) and each platform has a different line delimiter.

Windows uses \r\n (carriage return, newline)
Unix uses \n (newline)
Mac uses \r (carriage return)

There are editors like Emacs that can handle all formats no matter which platform you're on and save to the correct format.
User avatar
scarper
128-bit
Posts: 810
Joined: Sat Oct 02, 2010 10:22 pm
Location: Fargo
Contact:

Re: Can OS X read .txt files ?

Post by scarper »

I'm sure there's plenty of freeware that'll allow you to open any type of text file, word document etc.
Post Reply