[VCARDDAV] phonetic-given-name and phonetic-family-name

Tantek Çelik <tantek@cs.stanford.edu> Tue, 20 March 2012 22:41 UTC

Return-Path: <tantek@cs.stanford.edu>
X-Original-To: vcarddav@ietfa.amsl.com
Delivered-To: vcarddav@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DE00921F84E2 for <vcarddav@ietfa.amsl.com>; Tue, 20 Mar 2012 15:41:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.752
X-Spam-Level:
X-Spam-Status: No, score=-2.752 tagged_above=-999 required=5 tests=[AWL=-0.075, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-1]
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 55qVO7A7r7IQ for <vcarddav@ietfa.amsl.com>; Tue, 20 Mar 2012 15:41:12 -0700 (PDT)
Received: from cs-smtp-2.Stanford.EDU (cs-smtp-2.Stanford.EDU [171.64.64.26]) by ietfa.amsl.com (Postfix) with ESMTP id B90B921F84DD for <vcarddav@ietf.org>; Tue, 20 Mar 2012 15:41:12 -0700 (PDT)
Received: from mail-iy0-f172.google.com ([209.85.210.172]) by cs-smtp-2.Stanford.EDU with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.76) (envelope-from <tantek@cs.stanford.edu>) id 1SA7jr-0005f0-Qs for vcarddav@ietf.org; Tue, 20 Mar 2012 15:41:12 -0700
Received: by iazz13 with SMTP id z13so712951iaz.31 for <vcarddav@ietf.org>; Tue, 20 Mar 2012 15:41:11 -0700 (PDT)
Received: by 10.50.36.225 with SMTP id t1mr1174451igj.69.1332283271072; Tue, 20 Mar 2012 15:41:11 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.231.165.198 with HTTP; Tue, 20 Mar 2012 15:40:30 -0700 (PDT)
In-Reply-To: <CAEV2_WaLihgFj5h97LN1z_eE2U4YPuzkMw3iyat6rdEXp-ZuaQ@mail.gmail.com>
References: <CAEV2_WYMsCBoS8hm7GDeVOfVk3hwfSe9NsbZb+__QwBC4Yat9Q@mail.gmail.com> <CAEV2_WaLihgFj5h97LN1z_eE2U4YPuzkMw3iyat6rdEXp-ZuaQ@mail.gmail.com>
From: Tantek Çelik <tantek@cs.stanford.edu>
Date: Tue, 20 Mar 2012 15:40:30 -0700
Message-ID: <CAEV2_WZP2zQg_SPcA4L+qM4LxFqGKQDKXtQJnVQA9kgANYQxRg@mail.gmail.com>
To: "vcarddav@ietf.org" <vcarddav@ietf.org>
Content-Type: text/plain; charset="UTF-8"
X-Scan-Signature: 2d1a4fa5d0150c38835749a59b44c419
Subject: [VCARDDAV] phonetic-given-name and phonetic-family-name
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Tue, 20 Mar 2012 22:41:13 -0000

Greetings,

In iOS and MacOS Address Book interfaces, in addition to the usual
name fields such as given-name, family-name, the Address Book provides
phonetic-given-name and phonetic-family-name fields for users to enter
for a contact.

The UI use case of these is sorting by given or family name
explicitly, beyond a simple "canonical" sort which the 'sort-as'
parameter would suffice.

The options of sort by given name (first name) or sort by family name
(last name) are provided which sort according to phonetic-given-name
if any otherwise given-name, and phonetic-family-name if any otherwise
family-name, respectively. This feature is apparently particularly
useful in Japanese.

phonetic-given-name and phonetic-family-name could be added as
sub-components of the 'n' property similar to given-name and
family-name, or they could be made their own properties as well,
similar to nickname.

What do others think?

Should these properties/components be proposed as a vCard4 extension?

I'm asking as we (Mozilla) are considering adding these name
components to satisfy the above use-cases, to the ContactsAPI[1] which
I'm editing and doing my best to directly base on vCard4/hCard.

Any preferences as to the details?

Thanks,

Tantek

[1] https://wiki.mozilla.org/WebAPI/ContactsAPI