Re: [OAUTH-WG] Preliminary OAuth Core draft -29

Julian Reschke <julian.reschke@gmx.de> Mon, 09 July 2012 15:50 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 10A0E11E80FE for <oauth@ietfa.amsl.com>; Mon, 9 Jul 2012 08:50:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.644
X-Spam-Level:
X-Spam-Status: No, score=-104.644 tagged_above=-999 required=5 tests=[AWL=-2.045, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H3CIIIRnx7Pm for <oauth@ietfa.amsl.com>; Mon, 9 Jul 2012 08:50:05 -0700 (PDT)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by ietfa.amsl.com (Postfix) with SMTP id EE9A911E80FD for <oauth@ietf.org>; Mon, 9 Jul 2012 08:50:04 -0700 (PDT)
Received: (qmail invoked by alias); 09 Jul 2012 15:50:28 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp038) with SMTP; 09 Jul 2012 17:50:28 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1+J+nEMc4OJbtEiw2/2T3HHu5yLohNwI/gfGiE7Ob WaI0jOzq3PKCa2
Message-ID: <4FFAFDC2.1040507@gmx.de>
Date: Mon, 09 Jul 2012 17:50:26 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1
MIME-Version: 1.0
To: Mike Jones <Michael.Jones@microsoft.com>
References: <4E1F6AAD24975D4BA5B16804296739436657C93A@TK5EX14MBXC283.redmond.corp.microsoft.com> <4FFAE2C8.5000109@gmx.de> <4E1F6AAD24975D4BA5B16804296739436657CE30@TK5EX14MBXC283.redmond.corp.microsoft.com> <4FFAF24D.5050805@gmx.de> <4E1F6AAD24975D4BA5B16804296739436657CF31@TK5EX14MBXC283.redmond.corp.microsoft.com>
In-Reply-To: <4E1F6AAD24975D4BA5B16804296739436657CF31@TK5EX14MBXC283.redmond.corp.microsoft.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: "oauth@ietf.org" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Preliminary OAuth Core draft -29
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jul 2012 15:50:06 -0000

On 2012-07-09 17:36, Mike Jones wrote:
> What's the syntax for defining UNICODENOCTRLCHAR in a better way?  I'd be eager to incorporate that.  I failed to find that part from your link.
> ...

Just change

   UNICODENOCTRLCHAR = <Any Unicode character other than ( %x0-1F / %x7F )>

to

   UNICODENOCTRLCHAR = %x20-7E / %x80-D7FF / %xE000-FFFD / %x10000-10FFFF

(inspired by <http://www.w3.org/TR/REC-xml/#charsets>).

Best regards, Julian