[VCARDDAV] ORG syntax issue?
Cyrus Daboo <cyrus@daboo.name> Thu, 22 April 2010 23:13 UTC
Return-Path: <cyrus@daboo.name>
X-Original-To: vcarddav@core3.amsl.com
Delivered-To: vcarddav@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DCCFF3A67AD for <vcarddav@core3.amsl.com>; Thu, 22 Apr 2010 16:13:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.001
X-Spam-Level:
X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[BAYES_50=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N9CSLCwikGLI for <vcarddav@core3.amsl.com>; Thu, 22 Apr 2010 16:13:16 -0700 (PDT)
Received: from daboo.name (daboo.name [151.201.22.177]) by core3.amsl.com (Postfix) with ESMTP id F2EE63A6783 for <vcarddav@ietf.org>; Thu, 22 Apr 2010 16:13:15 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id B095914D2D6B2 for <vcarddav@ietf.org>; Thu, 22 Apr 2010 19:13:04 -0400 (EDT)
X-Virus-Scanned: amavisd-new at daboo.name
Received: from daboo.name ([127.0.0.1]) by localhost (chewy.mulberrymail.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2kGJ2Sekp0aX for <vcarddav@ietf.org>; Thu, 22 Apr 2010 19:13:04 -0400 (EDT)
Received: from vp0101wa-dhcp51.apple.com (unknown [17.224.23.51]) by daboo.name (Postfix) with ESMTPSA id BD97314D2D6A7 for <vcarddav@ietf.org>; Thu, 22 Apr 2010 19:13:03 -0400 (EDT)
Date: Thu, 22 Apr 2010 16:13:00 -0700
From: Cyrus Daboo <cyrus@daboo.name>
To: vcarddav@ietf.org
Message-ID: <5660854EA7730CA3A62CD2A2@vp0101wa-dhcp51.apple.com>
X-Mailer: Mulberry/4.1.0a1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size="823"
Subject: [VCARDDAV] ORG syntax issue?
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vcarddav>
List-Post: <mailto:vcarddav@ietf.org>
List-Help: <mailto:vcarddav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Apr 2010 23:13:17 -0000
Hi,
The definition for ORG appears as:
ABNF:
ORG-param = "VALUE=text" / language-param / pid-param / pref-param
/ type-param / any-param
ORG-value = component *(";" component)
component = "\\" / "\;" / "\n" / WSP / NON-ASCII
/ %x21-3A / %x3C-5B / %x5D-7E
Example: A property value consisting of an organizational name,
organizational unit #1 name and organizational unit #2 name.
ORG:ABC\, Inc.;North American Division;Marketing
Note that the example has "\,", but that is not a valid "component" syntax
element. I think we have to add "\," to the ABNF. This is actually a little
awkward in that there is no special meaning to a single unquoted "," as
opposed to the "list-component" syntax element which uses "," as a
delimiter.
--
Cyrus Daboo
- [VCARDDAV] ORG syntax issue? Cyrus Daboo
- Re: [VCARDDAV] ORG syntax issue? Simon Perreault
- Re: [VCARDDAV] ORG syntax issue? Cyrus Daboo
- Re: [VCARDDAV] ORG syntax issue? Simon Perreault