Re: draft-klensin-unicode-escapes-02.txt
"Clive D.W. Feather" <clive@demon.net> Wed, 21 February 2007 08:45 UTC
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
by megatron.ietf.org with esmtp (Exim 4.43)
id 1HJn6E-0002l7-Rh; Wed, 21 Feb 2007 03:45:18 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
by megatron.ietf.org with esmtp (Exim 4.43) id 1HJn6D-0002kP-Mx
for discuss@apps.ietf.org; Wed, 21 Feb 2007 03:45:17 -0500
Received: from anchor-internal-1.mail.demon.net ([195.173.56.100])
by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HJn69-00069J-B9
for discuss@apps.ietf.org; Wed, 21 Feb 2007 03:45:17 -0500
Received: from finch-staff-1.server.demon.net (finch-staff-1.server.demon.net [193.195.224.1])
by anchor-internal-1.mail.demon.net with ESMTP� id l1L8j9aY014801Wed, 21 Feb 2007 08:45:09 GMT
Received: from clive by finch-staff-1.server.demon.net with local (Exim 3.36
#1) id 1HJn5F-000Oh3-00; Wed, 21 Feb 2007 08:44:17 +0000
Date: Wed, 21 Feb 2007 08:44:17 +0000
From: "Clive D.W. Feather" <clive@demon.net>
To: Frank Ellermann <nobody@xyzzy.claranet.de>
Subject: Re: draft-klensin-unicode-escapes-02.txt
Message-ID: <20070221084417.GA93361@finch-staff-1.thus.net>
References: <74711BCF624DBEC4F2C000C5@p3.JCK.COM>
<45DA17F4.4857@xyzzy.claranet.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <45DA17F4.4857@xyzzy.claranet.de>
User-Agent: Mutt/1.5.3i
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 79899194edc4f33a41f49410777972f8
Cc: discuss@apps.ietf.org
X-BeenThere: discuss@apps.ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: general discussion of application-layer protocols
<discuss.apps.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/discuss>,
<mailto:discuss-request@apps.ietf.org?subject=unsubscribe>
List-Post: <mailto:discuss@apps.ietf.org>
List-Help: <mailto:discuss-request@apps.ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/discuss>,
<mailto:discuss-request@apps.ietf.org?subject=subscribe>
Errors-To: discuss-bounces@apps.ietf.org
Frank Ellermann said:
> Here's what I'd do with the existing ABNF:
>
> EmbeddedUnicodeChar = BMP-form / Full-form
> BMP-form = %x5C.75 4HEXDIG ; starting with lower case "\u"
> Full-form = %x5C.55 8HEXDIG ; starting with upper case "\U"
>
> IOW no more <Hex-quad> because you didn't use it elsewhere,
I would prefer this as well. The <Hex-quad> comes from the C Standard,
where we didn't have the <number><token> notation and so would have had to
write the equivalent of:
%x5C.55 HEXDIG HEXDIG HEXDIG HEXDIG HEXDIG HEXDIG HEXDIG HEXDIG
--
Clive D.W. Feather | Work: <clive@demon.net> | Tel: +44 20 8495 6138
Internet Expert | Home: <clive@davros.org> | Fax: +44 870 051 9937
Demon Internet | WWW: http://www.davros.org | Mobile: +44 7973 377646
THUS plc | |
- draft-klensin-unicode-escapes-02.txt John C Klensin
- Re: draft-klensin-unicode-escapes-02.txt Clive D.W. Feather
- Re: draft-klensin-unicode-escapes-02.txt Frank Ellermann
- Re: draft-klensin-unicode-escapes-02.txt Philip Guenther
- Re: draft-klensin-unicode-escapes-02.txt Clive D.W. Feather
- draft-klensin-unicode-escapes-03.txt (was: Re: dr… John C Klensin
- Re: draft-klensin-unicode-escapes-03.txt Frank Ellermann