home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0331.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  920 b   |  18 lines

  1. Chuck Bell (cbell@sol.wf.net) wrote:
  2. : I begin work on Monday with an organization that has only Macintosh
  3. : computers. If I type a plain ASCII file in DOS, can I easily open it
  4. : on a Macintosh, or do I need some sort of emulator program to save it
  5. : in a format particular to Mac? I'll be doing all of my writing on my
  6.  
  7.  Plain ASCII is simple.  The only difference between the two platforms
  8. is that Dos puts a <CR> followed by a <LF> between each text line.  A
  9. Mac only puts a <CR>, so if you open your Dos text file (after moving
  10. it over using, say, Apple's exchange program), you will see a "square
  11. box" at the beginning of each line except the first: it represents the
  12. <LF> in your Dos file.
  13.  
  14.  If you use upper ASCII characters (to represent accented characters),
  15. it gets to be even more fun,  'cause the Mac doesn't use either the Dos
  16. or the Windows character map.  Still, it is a simple one-to-one translation.
  17.  
  18.