From sacadmin Tue Jul 26 12:52:04 2005
Received: from sparc-build.SFBay.Sun.COM (sparc-build.SFBay.Sun.COM [10.5.23.87])
	by sac.sfbay.sun.com (8.12.9+Sun/8.12.9) with ESMTP id j6QJq4Eu000654;
	Tue, 26 Jul 2005 12:52:04 -0700 (PDT)
Received: from sparc-build.SFBay.Sun.COM (localhost [127.0.0.1])
	by sparc-build.SFBay.Sun.COM (8.13.3+Sun/8.13.3) with ESMTP id j6QJisZa022041;
	Tue, 26 Jul 2005 12:44:54 -0700 (PDT)
Received: (from is@localhost)
	by sparc-build.SFBay.Sun.COM (8.13.3+Sun/8.13.3/Submit) id j6QJissT022031;
	Tue, 26 Jul 2005 12:44:54 -0700 (PDT)
Date: Tue, 26 Jul 2005 12:44:54 -0700 (PDT)
From: Ienup Sung <is@sparc-build.SFBay.Sun.COM>
Message-Id: <200507261944.j6QJissT022031@sparc-build.SFBay.Sun.COM>
To: PSARC@sac.sfbay.sun.com
Cc: narayana.kadoor@Sun.COM
Subject: Unicode encoding conversion functions at the kernel [PSARC/2005/446 Timeout:  08/02/2005]
Status: RO
Content-Length: 1946

Subject: PSARC FastTrack [08/02/2005]: Unicode encoding conversion functions at the kernel


Template Version: @(#)sac_nextcase 1.55 08/11/04 SMI
This information is Copyright 2005 Sun Microsystems, Inc.
1. Introduction
    1.1. Project/Component Working Name:
	 Unicode encoding conversion functions at the kernel
    1.2. Name of Document Author/Supplier:
	 Author:  Ienup Sung
    1.3  Date of This Document:
	26 July, 2005
4. Technical Description

OVERVIEW

This project proposes the common Unicode encoding conversion functions at
the kernel. Specifically, this project will supply conversions among UTF-8,
UTF-16, and UTF-32 with options to specify on the desired byte orderings for
UTF-16 and UTF-32 as described in the [1].

The immediate requesters and users of the functions are pcfs, ldterm, and
udfs.

The Unicode and ISO/IEC 10646 standards defines and endorses UTF-8, UTF-16,
and UTF-32 as the standard Unicode / ISO/IEC 10646 encoding forms. (There
are also UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE encoding forms also
endorsed where "BE" stands for Big Endian and "LE" stands for Little Endian.
UCS-2, UCS-4, UTF-7 and such are all deprecated and strongly discouraged by
the Unicode consortium and also by the ISO/IEC JTC1/SC2/WG2.)


INTERFACE STABILITY AND RELEASE BINDING

Exported Interfaces

	Interface		Stability		Reference

	uconv_u16tou32(),	Consolidation Private	[1]
	uconv_u16tou8(),
	uconv_u32tou16(),
	uconv_u32tou8(),
	uconv_u8tou16(),
	uconv_u8tou32()

Imported Interfaces

	There is no notable imported interfaces worth noting.

Release Binding

	Micro/patch.


REFERENCES

[1] Unicode encoding conversion functions man page at the case directory:
    materials/uconv_functions.9f
[2] The latest Unicode standard:
    http://www.unicode.org/standard/standard.html

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		ON
    6.5. ARC review type: FastTrack

From sacadmin Tue Aug  2 17:50:09 2005
Received: from sfbaymail2sca.sfbay.sun.com (sfbaymail2sca.SFBay.Sun.COM [129.145.155.42])
	by sac.sfbay.sun.com (8.12.9+Sun/8.12.9) with ESMTP id j730o9Eu010967
	for <PSARC@sac.sfbay.sun.com>; Tue, 2 Aug 2005 17:50:09 -0700 (PDT)
Received: from brmea-mail-4.sun.com (brmea-mail-4.Sun.COM [192.18.98.36])
	by sfbaymail2sca.sfbay.sun.com (8.12.10+Sun/8.12.10/ENSMAIL,v2.2) with ESMTP id j730o8ao013385
	for <PSARC@sac.sfbay.sun.com>; Tue, 2 Aug 2005 17:50:08 -0700 (PDT)
Received: from fe1.sun.com ([192.18.108.78])
	by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id j730o8r3014334
	for <PSARC@sac.sfbay.sun.com>; Tue, 2 Aug 2005 18:50:08 -0600 (MDT)
Received: from conversion-daemon.fe1.sun.com by fe1.sun.com
 (Sun Java System Messaging Server 6.1 HotFix 0.02 (built Aug 25 2004))
 id <0IKM00C01CIWKQ00@fe1.sun.com> (original mail from Ienup.Sung@Sun.COM)
 for PSARC@sac.sfbay.sun.com; Tue, 02 Aug 2005 18:50:08 -0600 (MDT)
Received: from [192.168.1.93] ([129.150.24.41])
 by fe1.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.02 (built Aug 25
 2004)) with ESMTPSA id <0IKM000KFFNJYYQ4@fe1.sun.com>; Tue,
 02 Aug 2005 18:50:08 -0600 (MDT)
Date: Tue, 02 Aug 2005 17:49:37 -0700
From: Ienup Sung <Ienup.Sung@Sun.COM>
Subject: Re: Unicode encoding conversion functions at the kernel
 [PSARC/2005/446 Timeout:  08/02/2005]
In-reply-to: <200507261944.j6QJissT022031@sparc-build.SFBay.Sun.COM>
To: PSARC@sac.sfbay.sun.com
Cc: narayana.kadoor@Sun.COM
Reply-to: Ienup.Sung@Sun.COM
Message-id: <42F014A1.2070009@sun.com>
Organization: Sun Microsystems, Inc.
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=us-ascii
Content-transfer-encoding: 7BIT
X-Accept-Language: en-us, en
References: <200507261944.j6QJissT022031@sparc-build.SFBay.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20041221
Status: RO
Content-Length: 129

Since the review timer expired with no objection or comment,
I marked this case as closed approved fast-track 08/02/2005.

Ienup

From sacadmin Tue Jan 23 17:27:37 2007
Received: from sfbaymail1sca.SFBay.Sun.COM (sfbaymail1sca.SFBay.Sun.COM [129.145.154.35])
	by sac.sfbay.sun.com (8.13.6+Sun/8.13.6) with ESMTP id l0O1RbYE012048
	for <psarc-record@sac.sfbay.sun.com>; Tue, 23 Jan 2007 17:27:37 -0800 (PST)
Received: from nwk-ea-fw-1.sun.com (nwkes-gis-mail-2.SFBay.Sun.COM [10.4.134.6])
	by sfbaymail1sca.SFBay.Sun.COM (8.13.6+Sun/8.13.6/ENSMAIL,v2.2) with ESMTP id l0O1RbiH010385
	for <psarc-record@sac.sfbay.sun.com>; Tue, 23 Jan 2007 17:27:37 -0800 (PST)
Received: from d1-sfbay-09.sun.com ([192.18.39.119])
	by nwk-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l0O1RW7R011633
	for <psarc-record@sac.sfbay.sun.com>; Tue, 23 Jan 2007 17:27:32 -0800 (PST)
Received: from conversion-daemon.d1-sfbay-09.sun.com by d1-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0JCC00I01MOCNG00@d1-sfbay-09.sun.com>
 (original mail from Ienup.Sung@Sun.COM) for psarc-record@sac.sfbay.sun.com;
 Tue, 23 Jan 2007 17:27:32 -0800 (PST)
Received: from [192.168.1.93] ([129.150.26.29])
 by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3
 2006)) with ESMTPSA id <0JCC00628MPWUV13@d1-sfbay-09.sun.com> for
 psarc-record@sac.sfbay.sun.com; Tue, 23 Jan 2007 17:27:32 -0800 (PST)
Date: Tue, 23 Jan 2007 17:26:24 -0800
From: Ienup Sung <Ienup.Sung@Sun.COM>
Subject: PSARC/2005/446
Sender: Ienup.Sung@Sun.COM
To: psarc-record@sac.sfbay.sun.com
Reply-to: Ienup.Sung@Sun.COM
Message-id: <45B6B5C0.60309@sun.com>
Organization: Sun Microsystems, Inc.
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=us-ascii
Content-transfer-encoding: 7BIT
X-Accept-Language: en-us, en
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20041221
Status: RO
Content-Length: 149

This case has been superceded by PSARC/2007/038.

The PSARC/2007/038 changes the interface stability to Committed
and that's the only change.

Ienup

