Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!iggy.GW.Vitalink.COM!widener!ukma!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: How to write Trigraph like character sequences in a string Message-ID: <16332@smoke.brl.mil> Date: 4 Jun 91 00:07:57 GMT References: <1991May31.014720.2477@tkou02.enet.dec.com> <1991May31.133330.1149@roundup.crhc.uiuc.edu> <1991Jun3.011539.17430@tkou02.enet.dec.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 8 In article <1991Jun3.011539.17430@tkou02.enet.dec.com> diamond@jit533.enet@tkou02.enet.dec.com (Norman Diamond) writes: >... And if you need trigraphs in the first place, then (7) is the ONLY ... Actually, one never NEEDS trigraphs; they're required to be supported as a convenience when interchanging source code among sites or equipment with poor support for the C source character set. However, all conforming implementations MUST support the full C source character set (as specified in X3.159-1989 section 2.2.1) in addition to trigraph sequences (2.2.1.1).