Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!jarthur!spectre.ccsf.caltech.edu!tybalt.caltech.edu!toddpw From: toddpw@tybalt.caltech.edu (Todd P. Whitesel) Newsgroups: comp.sys.apple Subject: Re: Macintosh-->ProDOS Message-ID: <1990Feb22.185944.447@spectre.ccsf.caltech.edu> Date: 22 Feb 90 18:59:44 GMT References: <14020@phoenix.Princeton.EDU> Sender: news@spectre.ccsf.caltech.edu Distribution: na Organization: California Institute of Technology Lines: 26 MARCELO@phoenix.princeton.edu (MARCELO) writes: >.. So you see taking a file that is in ][ format and then trying to >convert it back to ][ format without converting it to Mac inbetween yeilds >something that neither tha Mac nor the ][ will understand .. You don't have to. mac text format is a superset of ][ text format. both machines use positive ASCII to represent the standard characters. both machines use Return ($0D) as the line seperator. The Mac & GS/OS define characters >127 as being the Mac foreign/special character set. AFE provides a text translation mainly to do things like converting tab conventions (which it lets you set), stripping control characters, and changing line seperators, which is important sometimes because unix uses Line Feed ($0A) and some printers require CR-LF pairs. You can transfer Mac and Apple text files back and forth and they will work even if you use binary mode. From Unix, or another mainframe is a different story however. Todd Whitesel toddpw @ tybalt.caltech.edu