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

te-fukuda <te-fukuda@kddi-tech.com> Thu, 29 August 2013 04:52 UTC

Return-Path: <te-fukuda@kddi-tech.com>
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 E15DF21F9D98 for <vcarddav@ietfa.amsl.com>; Wed, 28 Aug 2013 21:52:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
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 rJ8m0-y+V-ob for <vcarddav@ietfa.amsl.com>; Wed, 28 Aug 2013 21:52:23 -0700 (PDT)
Received: from mx1.kddi-tech.com (mx1.kddi-tech.com [210.174.65.133]) by ietfa.amsl.com (Postfix) with ESMTP id 6EA2821F9D95 for <vcarddav@ietf.org>; Wed, 28 Aug 2013 21:52:20 -0700 (PDT)
Received: from ktec-0803vh1012.ktec-pri.kddi-tech.com (unknown [192.168.0.13]) by mx1.kddi-tech.com (Postfix) with SMTP id 7A0F512418D for <vcarddav@ietf.org>; Thu, 29 Aug 2013 13:52:16 +0900 (JST)
Received: from [192.168.41.62] (unverified [192.168.41.62]) by ktec-0803vh1012.ktec-pri.kddi-tech.com (E-POST ESMTP Receiver (4.65)) with ESMTP id <B1861724910@ktec-0803vh1012.ktec-pri.kddi-tech.com>; Thu, 29 Aug 2013 13:52:14 +0900
Message-ID: <521ED37D.2030805@kddi-tech.com>
Date: Thu, 29 Aug 2013 13:52:13 +0900
From: te-fukuda <te-fukuda@kddi-tech.com>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: tantek@DOMAIN.HIDDEN
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: 7bit
Cc: vcarddav@DOMAIN.HIDDEN, vcarddav@ietf.org
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: Thu, 29 Aug 2013 04:52:28 -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.

Yes.
phonetic-given-name and phonetic-family-name is very important to in
Japanese.
The kanji has plural pronunciation, and the meanings are different, too.
Therefore, a sort using given-name and family-name is difficult.
I think that I can solve this problem by adding phonetic-given-name and
phonetic-family-name.
I think it to be feasible by adding an own properties to ContactsAPI[1].
Users of many Japanese will also wants this correspondence.

Thank you for your time.

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