Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!roundup.crhc.uiuc.edu!pacific.csl.uiuc.edu!steven From: steven@pacific.csl.uiuc.edu (Steven Parkes) Newsgroups: comp.std.c Subject: Re: How to write Trigraph like character sequences in a string (was: Re: to "OR" or not to "OR") Message-ID: <1991May31.133330.1149@roundup.crhc.uiuc.edu> Date: 31 May 91 13:33:30 GMT References: <1991May28.191122.15749@ncsu.edu> <1991May28.210421.9656@unlv.edu> <1991May28.231253.5226@csrd.uiuc.edu> <1991May31.014720.2477@tkou02.enet.dec.com> Sender: news@roundup.crhc.uiuc.edu Reply-To: steven@pacific.csl.uiuc.edu Organization: Coordinated Science Laboratory, University of Illinois Lines: 8 |> >puts(" 4) ??\!"); |> >2) and 3) should work OK, [...] I'm not quite sure about 4) |> It works. (4) is not guaranteed to work because '\!' is not a valid ANSI escape. The result of using '\!' (or any other invalid escape sequence) is undefined.