Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!xenon.engin.umich.edu!dejnsen From: dejnsen@caen.engin.umich.edu (Nik Anthony Gervae) Newsgroups: comp.sys.next Subject: Mac to NeXT RTF problems Message-ID: <1991Feb15.191706.13066@engin.umich.edu> Date: 15 Feb 91 19:17:06 GMT Sender: news@engin.umich.edu (CAEN Netnews) Distribution: all Organization: University of Michigan Engineering, Ann Arbor Lines: 15 Has anyone else out there had problems transferring Macintosh RTF documents to their NeXTs? When I did it, all my quote marks (and some other characters) appeared as non-typeable, very strange characters. I've written a simple filter program to take care of the bad RTF definitions I've found so far; if you'd like a copy of the source code, please email me: dejnsen@caen.engin.umich.edu and I'll send it to you. The basic problem is that Mac and NeXT RTF define a lot of non-ascii characters differently--all you have to do is go through the RTF (ascii) file and change the 'escape' sequences. The source code has more information on this.