Newsgroups: comp.lang.c
Path: utzoo!henry
From: henry@utzoo.uucp (Henry Spencer)
Subject: Re: trigraphs in X3J11
Message-ID: <1988May25.212605.1819@utzoo.uucp>
Organization: U of Toronto Zoology
References: <5215@ico.ISC.COM> <7937@brl-smoke.ARPA>, <10941@steinmetz.ge.com>
Date: Wed, 25 May 88 21:26:05 GMT

> Consider:
> 	#trigraph ??

You can't even write this without trigraphs, because # is one of the magic
characters that may not exist in the source character set.

I don't much like trigraphs, and I think there are more graceful approaches
(like saying "use ISO Latin 1", which eliminates the problem), but you can
be fairly sure that X3J11 has already thought of all the simplistic quick
fixes and turned them down for one reason or another.
