Received: from localhost (daemon@localhost) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id OAA25739; Wed, 16 Apr 1997 14:10:04 -0400 Received: by CS.UTK.EDU (bulk_mailer v1.7); Wed, 16 Apr 1997 14:08:48 -0400 Received: by CS.UTK.EDU (cf v2.9s-UTK) id OAA25632; Wed, 16 Apr 1997 14:08:46 -0400 Received: from po10.andrew.cmu.edu (PO10.ANDREW.CMU.EDU [128.2.10.110]) by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id OAA25615; Wed, 16 Apr 1997 14:08:40 -0400 Received: (from postman@localhost) by po10.andrew.cmu.edu (8.8.5/8.8.2) id OAA00807 for drums@cs.utk.edu; Wed, 16 Apr 1997 14:08:21 -0400 (EDT) Received: via switchmail; Wed, 16 Apr 1997 14:08:20 -0400 (EDT) Received: from loiosh.andrew.cmu.edu via qmail ID ; Wed, 16 Apr 1997 14:08:13 -0400 (EDT) Received: from loiosh.andrew.cmu.edu via qmail ID ; Wed, 16 Apr 1997 14:08:08 -0400 (EDT) Received: from BatMail.robin.v2.14.CUILIB.3.45.SNAP.NOT.LINKED.loiosh.andrew.cmu.edu.HP9000.715 via MS.5.6.loiosh.andrew.cmu.edu.hp700; Wed, 16 Apr 1997 14:07:52 -0400 (EDT) Message-ID: <0nJFJs200WC714Gjw0@andrew.cmu.edu> Date: Wed, 16 Apr 1997 14:07:52 -0400 (EDT) From: Rob Earhart To: drums@cs.utk.edu Subject: Re: ABNF near finished? In-Reply-To: References: X-Face: ,IWr.&S`]#R'C+7U:UE~"}g?Zq|OE%6.\}jCwGUO)]|?34%u!8RT_@0"_qA\@g8N:'pK!bM tSE)?S,#@MK1$o(69wQT2L'j)8tP5QfHdYlh`k}:tA"%dG?9z~> Beak: Is Organization: cmu X-URL: http://www.contrib.andrew.cmu.edu/~rob Chris Newman writes: > If you're going to do that, I'd just as soon leave off the "%c" to keep it > simpler. I concur. > But it's far from intuitive that '' is case-sensitive and "" is > case-insensitive. There are many things in the ABNF that aren't intuitive. I think we need something for case-sensitive strings - specifying them in hex or octal is certainly *NOT* intuitive. (I'm partial to the way Perl handles case-insensitive regular expressions - add a 'i' immediately after the string to indicate that it's case-insensitive. So there's only one syntax, and it's fairly clear in the case-insensitive case that something weird's going on...). )Rob