From ys148558@sac.sfbay.sun.com Mon Oct  6 00:55:08 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m967t88e000951
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 6 Oct 2008 00:55:08 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m967t67e012556;
	Mon, 6 Oct 2008 00:55:07 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K8B0010T4NTPV00@nwk-avmta-1.sfbay.Sun.COM>; Mon,
 06 Oct 2008 00:55:05 -0700 (PDT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K8B000U84NT9A40@nwk-avmta-1.sfbay.Sun.COM>; Mon,
 06 Oct 2008 00:55:05 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m967t5hE063175; Mon, 06 Oct 2008 00:55:05 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m967t3EX000946; Mon,
 06 Oct 2008 00:55:03 -0700 (PDT)
Received: (from ys148558@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m967t3kv000942; Mon,
 06 Oct 2008 00:55:03 -0700 (PDT)
Date: Mon, 06 Oct 2008 00:55:03 -0700 (PDT)
From: Yong Young Sun <ys148558@sac.sfbay.sun.com>
Subject: Integrate libm17n and scim-m17n to Solaris [PSARC/2008/624 FastTrack
 timeout 10/13/2008]
To: PSARC-ext@sun.com
Cc: gto-ext@sun.com
Message-id: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3888


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Integrate libm17n and scim-m17n to Solaris
    1.2. Name of Document Author/Supplier:
	 Author:  Yong Sun
    1.3  Date of This Document:
	 06 October, 2008

2. Project Summary
   2.1. Project Description:
        This project is to integrate libm17n and scim-m17n to Solaris Nevada
        and OpenSolaris.

        COMPONENT       VERSION   LICENSE TERMS
        ----------------------------------------
        m17n-lib-core   1.5.2     LGPLv2.1
        m17n-db         1.5.2     LGPLv2.1
        m17n-contrib    1.1.7     LGPLv2.1
        scim-m17n       0.2.2     GPLv2

   2.2. Risks and Assumptions:
        We would not ship the GUI interfaces in m17n library, scine it is
        not adopted widely, and has many other dependencies like fribidi and 
        libotf. 

4. Technical Description
   4.1. Details:
        m17n (www.m17n.org) is a library written in ANSI-C, to supports various
        aspects of multilingualization (m17n) for linux/unix applications, it 
        provides following features:

        * M-Text: string with properties which could be nested or overlapped
        * character rendering engine: supports CTL and OpenType (by libotf)
        * input methods: www.m17n.org/m17n-lib-en/support_input_sum.html

        This project is to leverage the input methods in m17n and the scim 
        adapter (scim-m17n) to provide more input methods on SCIM stack. 

    4.2. Bug/RFE Number(s):
        None
    
    4.3. In Scope:
        N/A

    4.4. Out of Scope:
        The GUI supports in m17n is not delivered.
    
    4.5. Interfaces:

        INTERFACE NAME             STABILITY    NOTE
        ------------------------------------------------------------------------
        /usr/bin/m17n-config       Uncommitted  compilation and linking flags
        /usr/bin/m17n-conv         Uncommitted  encoding conversion utility
        /usr/bin/m17n-db           Uncommitted  version and location information 
                                                of database files

        /usr/lib/libm17n-core.so   Uncommitted  M-Text and other core APIs
        /usr/lib/libm17n.so        Uncommitted  IM, language data APIs
        /usr/lib/libm17n-flt.so    Uncommitted  font layout table APIs
        /usr/lib/libmimx-anthy.so  Uncommitted  IM extension of libanthy

        /usr/share/m17n/icons/*    Uncommitted  icons for languages and IMs
        /usr/share/m17n/*.mim      Uncommitted  input methods
        /usr/share/m17n/*.map      Uncommitted  charset maps
        /usr/share/m17n/*.flt      Uncommitted  font layout tables
        /usr/share/m17n/*.lnm      Uncommitted  localized language names
        /usr/share/m17n/*.tab      Uncommitted  various tables from UNIDATA
        /usr/share/m17n/*.tbl      Uncommitted  various configure tables

        /usr/lib/scim-1.0/1.4.0/   Uncommitted  scim engine for m17n IMs
        IMEngines/m17n.so

    4.6. Doc Impact:
        None
    
    4.7. Admin/Config Impact:
        None
    
    4.8. HA Impact:
        None
    
    4.9. I18N/L10N Impact:
        None
 
    4.10. Packaging & Delivery:
        SUNWm17n-lib-core
        SUNWm17n-lib-core-devel
        SUNWm17n-db
        SUNWm17n-db-devel
        SUNWm17n-contrib
        SUNWscim-m17n

    4.11. Security Impact:
        None.
    
    4.12. Dependencies:
        None.

5. Reference Documents:
   1). m17n OverView
        http://www.m17n.org/m17n-lib-en/overview.html

   2). SCIM and IMEngines
        http://www.scim-im.org 
        PSARC 2008/418 Integrate SCIM to Solaris

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


From carlsonj@phorcys.east.sun.com Mon Oct  6 04:53:00 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m96BqxKE006160
	for <psarc-ext@sac.sfbay.Sun.COM>; Mon, 6 Oct 2008 04:52:59 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m96BqoGx026201;
	Mon, 6 Oct 2008 19:52:58 +0800 (SGT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K8B00N0DFO61900@brm-avmta-1.central.sun.com>; Mon,
 06 Oct 2008 05:52:54 -0600 (MDT)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K8B00BW2FO6B690@brm-avmta-1.central.sun.com>; Mon,
 06 Oct 2008 05:52:54 -0600 (MDT)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3) with ESMTP id m96Bqrnu023360; Mon,
 06 Oct 2008 07:52:53 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3/Submit) id m96Bqrl6023357; Mon,
 06 Oct 2008 07:52:53 -0400 (EDT)
Date: Mon, 06 Oct 2008 07:52:53 -0400
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: Integrate libm17n and scim-m17n to Solaris [PSARC/2008/624
 FastTrack	timeout 10/13/2008]
In-reply-to: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
To: Yong Young Sun <ys148558@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, gto-ext@sun.com
Message-id: <18665.64533.184770.594185@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
Status: RO
Content-Length: 594

Yong Young Sun writes:
>         This project is to leverage the input methods in m17n and the scim 
>         adapter (scim-m17n) to provide more input methods on SCIM stack. 

Doesn't OpenSolaris already use IIIMF?  What's the relationship
between SCIM and IIIMF?  What happens if different software teams
choose one or the other framework so that both end up in use?

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From Yong.Sun@sun.com Mon Oct  6 05:01:29 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m96C1SSk006600
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 6 Oct 2008 05:01:28 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m96C1RPv027562;
	Mon, 6 Oct 2008 05:01:28 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K8B0060VG2GV500@nwk-avmta-2.sfbay.sun.com>; Mon,
 06 Oct 2008 05:01:28 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K8B006MGG2EEZ00@nwk-avmta-2.sfbay.sun.com>; Mon,
 06 Oct 2008 05:01:27 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m96C1QNK008373; Mon,
 06 Oct 2008 12:01:26 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K8B00H01FXDEW00@mail-apac.sun.com> (original mail from Yong.Sun@Sun.COM)
 ; Mon, 06 Oct 2008 20:01:26 +0800 (SGT)
Received: from yongmini.local ([123.118.14.68])
 by mail-apac.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr  3
 2006)) with ESMTPSA id <0K8B00KT0G25L524@mail-apac.sun.com>; Mon,
 06 Oct 2008 20:01:26 +0800 (SGT)
Date: Mon, 06 Oct 2008 20:01:14 +0800
From: Yong Sun <Yong.Sun@sun.com>
Subject: Re: Integrate libm17n and scim-m17n to Solaris [PSARC/2008/624
 FastTrack timeout 10/13/2008]
In-reply-to: <18665.64533.184770.594185@gargle.gargle.HOWL>
Sender: Yong.Sun@sun.com
To: James Carlson <james.d.carlson@sun.com>
Cc: Yong Young Sun <ys148558@sac.sfbay.sun.com>, PSARC-ext@sun.com,
        gto-ext@sun.com
Message-id: <48E9FE0A.2020505@Sun.COM>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_nxqeFGNsHUkKE+7u8bDmOA)"
X-PMX-Version: 5.4.1.325704
References: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
 <18665.64533.184770.594185@gargle.gargle.HOWL>
User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914)
Status: RO
Content-Length: 5590

This is a multi-part message in MIME format.

--Boundary_(ID_nxqeFGNsHUkKE+7u8bDmOA)
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 8BIT

Hi, James,

I think your question is about the previously approved case, 
[PSARC/2008/418 Integrate SCIM to Solaris]. And I attached a similar Q&A 
email here.

Regards,

James Carlson 写道:
> Yong Young Sun writes:
>   
>>         This project is to leverage the input methods in m17n and the scim 
>>         adapter (scim-m17n) to provide more input methods on SCIM stack. 
>>     
>
> Doesn't OpenSolaris already use IIIMF?  What's the relationship
> between SCIM and IIIMF?  What happens if different software teams
> choose one or the other framework so that both end up in use?
>
>   


--Boundary_(ID_nxqeFGNsHUkKE+7u8bDmOA)
Content-type: message/rfc822;
 name="Integrate SCIM to Solaris [PSARC_2008_418 FastTrack timeout
 07_11_2008].eml"

Return-path: <Yong.Sun@Sun.COM>
Received: from fe-apac-06.sun.com ([192.18.19.177])
 by sedge2-mail1.singapore.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTP id <0K3M00K5ISCD6XC0@sedge2-mail1.singapore.sun.com> for
 ys148558@sedge2-mail1.Singapore.Sun.COM; Mon, 07 Jul 2008 18:12:13 +0800 (SGT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K3M00M01S4Z3Q00@mail-apac.sun.com> for
 ys148558@sedge2-mail1.Singapore.Sun.COM
 (ORCPT ys148558@sedge2-mail1.Singapore.Sun.COM); Mon,
 07 Jul 2008 18:10:04 +0800 (SGT)
Received: from phys-sedge2-1.singapore.sun.com ([129.158.123.14])
 by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTP id <0K3M00F59S8RQYGD@mail-apac.sun.com> for
 ys148558@sedge2-mail1.Singapore.Sun.COM
 (ORCPT ys148558@sedge2-mail1.Singapore.Sun.COM); Mon,
 07 Jul 2008 18:10:03 +0800 (SGT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by sedge2-mail1.singapore.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTP id <0K3M00K5ESCA6XC0@sedge2-mail1.singapore.sun.com> for
 ys148558@sedge2-mail1.Singapore.Sun.COM; Mon, 07 Jul 2008 18:12:11 +0800 (SGT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m67AC9te050403	for <yong.sun@prc.Sun.COM>; Mon,
 07 Jul 2008 03:12:10 -0700 (PDT)
Received: from dm-sfbay-01.sfbay.sun.com
 (dm-sfbay-01.SFBay.Sun.COM [129.145.155.118])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m67AC92s007583	for
 <ys148558@sac.sfbay.sun.com>; Mon, 07 Jul 2008 03:12:09 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m67AC86B050376	for <ys148558@sac.sfbay.sun.com>; Mon,
 07 Jul 2008 03:12:09 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m67AD7vv021729	for
 <ys148558@sac.sfbay.sun.com>; Mon, 07 Jul 2008 10:13:07 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K3M00M01S4Z3Q00@mail-apac.sun.com> (original mail from Yong.Sun@Sun.COM)
 for ys148558@sac.sfbay.sun.com; Mon, 07 Jul 2008 18:09:54 +0800 (SGT)
Received: from yongmini.local ([129.150.144.28])
 by mail-apac.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr  3
 2006)) with ESMTPSA id <0K3M009L0S8F8ABV@mail-apac.sun.com>; Mon,
 07 Jul 2008 18:09:54 +0800 (SGT)
Date: Mon, 07 Jul 2008 18:12:00 +0800
From: Yong Sun <Yong.Sun@Sun.COM>
Subject: Re: Integrate SCIM to Solaris [PSARC/2008/418 FastTrack timeout
 07/11/2008]
In-reply-to: <4871E404.9060804@Sun.COM>
Sender: Yong.Sun@Sun.COM
To: Darren J Moffat <Darren.Moffat@Sun.COM>
Cc: Yong Young Sun <ys148558@sac.sfbay.sun.com>, PSARC-ext@sun.com,
 gto-ext@sun.com, iiimf-eng@Sun.com
Message-id: <4871EBF0.7050104@Sun.COM>
X-Envelope-from: Yong.Sun@Sun.COM
X-Envelope-to: ys148558@sac.sfbay.sun.com,
 PSARC-ext <@smarthost.sun.com:PSARC-ext@sun.com>,
 gto-ext <@smarthost.sun.com:gto-ext@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 8BIT
References: <200807070148.m671mCuT025358@sac.sfbay.sun.com>
 <4871E404.9060804@Sun.COM>
User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421)
Original-recipient: rfc822;ys148558@sedge2-mail1.Singapore.Sun.COM

Hi, Darren,

Please see my reply in-line,

Darren J Moffat 写道:
> What is the motivation for having SCIM as well as the already existing 
> IIIMF ? Is SCIM the future and IIIMF will be marked as Obsolete and 
> eventually removed ?
SCIM (smart common input method) is a more popular input method 
framework in Linux distributions (e.g. Fedora, Ubuntu, SuSE etc). 
Integrating SCIM would make OpenSolaris be more friendly to users 
migrated from Linux. And we would also provide more choices to users. 
IIIMF would NOT be obsoleted or removed.
>
> What does SCIM do that IIIMF does not (and vice versa) ?
SCIM is single-user based framework, IIIMF is capable to serve for 
multiple users cross network, therefore IIIMF has a little complex API 
and GUI component architecture.
>
> How does a user know which system they should be using ?
It's user's choice, basing on his/her own preferences. For Asian users, 
I think most users from Linux world may prefer to SCIM.
>
> -- 
> Darren J Moffat


--Boundary_(ID_nxqeFGNsHUkKE+7u8bDmOA)--

From carlsonj@phorcys.east.sun.com Mon Oct  6 06:05:08 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m96D58Z3008680
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 6 Oct 2008 06:05:08 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m96D52Hd020957;
	Mon, 6 Oct 2008 07:05:04 -0600 (MDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K8B00511J0F6K00@brm-avmta-1.central.sun.com>; Mon,
 06 Oct 2008 07:05:03 -0600 (MDT)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K8B00B8RJ0EB6F0@brm-avmta-1.central.sun.com>; Mon,
 06 Oct 2008 07:05:02 -0600 (MDT)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3) with ESMTP id m96D52g1023685; Mon,
 06 Oct 2008 09:05:02 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3/Submit) id m96D52rg023682; Mon,
 06 Oct 2008 09:05:02 -0400 (EDT)
Date: Mon, 06 Oct 2008 09:05:02 -0400
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: Integrate libm17n and scim-m17n to Solaris [PSARC/2008/624
 FastTrack timeout 10/13/2008]
In-reply-to: <48E9FE0A.2020505@Sun.COM>
To: Yong Sun <Yong.Sun@sun.com>
Cc: PSARC-ext@sun.com, gto-ext@sun.com
Message-id: <18666.3326.290434.161257@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
 <18665.64533.184770.594185@gargle.gargle.HOWL> <48E9FE0A.2020505@Sun.COM>
Status: RO
Content-Length: 534

Yong Sun writes:
> I think your question is about the previously approved case, 
> [PSARC/2008/418 Integrate SCIM to Solaris]. And I attached a similar Q&A 
> email here.

OK; thanks.  I see it now.  I'd mis-read this as delivering a separate
SCIM implementation, rather than as building on the previous case.

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From Yong.Sun@sun.com Wed Oct  8 23:35:42 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m996Zfxb012622
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 8 Oct 2008 23:35:42 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m996ZXFo006101;
	Thu, 9 Oct 2008 14:35:40 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K8G00L03KZF8100@nwk-avmta-2.sfbay.sun.com>; Wed,
 08 Oct 2008 23:35:39 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K8G004C7KZCXFA0@nwk-avmta-2.sfbay.sun.com>; Wed,
 08 Oct 2008 23:35:37 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m996Zakw001488; Thu,
 09 Oct 2008 06:35:36 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K8G00K01KZ4Z600@mail-apac.sun.com> (original mail from Yong.Sun@Sun.COM)
 ; Thu, 09 Oct 2008 14:35:36 +0800 (SGT)
Received: from [129.158.150.86] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K8G00K4VKZBKWC6@mail-apac.sun.com>; Thu,
 09 Oct 2008 14:35:35 +0800 (SGT)
Date: Thu, 09 Oct 2008 14:35:29 +0800
From: Yong Sun <Yong.Sun@sun.com>
Subject: Re: Integrate libm17n and scim-m17n to Solaris [PSARC/2008/624
 FastTrack timeout 10/13/2008]
In-reply-to: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
Sender: Yong.Sun@sun.com
To: Yong Young Sun <ys148558@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, gto-ext@sun.com
Message-id: <48EDA631.1040407@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080825)
Status: RO
Content-Length: 4268

I just updated the one-pager to include m17n-im-config-0.9.0 (in 
LGPLv2.1), please refer to the casedir for these minor changes.

Regards,

Yong Young Sun wrote:
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 Integrate libm17n and scim-m17n to Solaris
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Yong Sun
>     1.3  Date of This Document:
> 	 06 October, 2008
>
> 2. Project Summary
>    2.1. Project Description:
>         This project is to integrate libm17n and scim-m17n to Solaris Nevada
>         and OpenSolaris.
>
>         COMPONENT       VERSION   LICENSE TERMS
>         ----------------------------------------
>         m17n-lib-core   1.5.2     LGPLv2.1
>         m17n-db         1.5.2     LGPLv2.1
>         m17n-contrib    1.1.7     LGPLv2.1
>         scim-m17n       0.2.2     GPLv2
>
>    2.2. Risks and Assumptions:
>         We would not ship the GUI interfaces in m17n library, scine it is
>         not adopted widely, and has many other dependencies like fribidi and 
>         libotf. 
>
> 4. Technical Description
>    4.1. Details:
>         m17n (www.m17n.org) is a library written in ANSI-C, to supports various
>         aspects of multilingualization (m17n) for linux/unix applications, it 
>         provides following features:
>
>         * M-Text: string with properties which could be nested or overlapped
>         * character rendering engine: supports CTL and OpenType (by libotf)
>         * input methods: www.m17n.org/m17n-lib-en/support_input_sum.html
>
>         This project is to leverage the input methods in m17n and the scim 
>         adapter (scim-m17n) to provide more input methods on SCIM stack. 
>
>     4.2. Bug/RFE Number(s):
>         None
>     
>     4.3. In Scope:
>         N/A
>
>     4.4. Out of Scope:
>         The GUI supports in m17n is not delivered.
>     
>     4.5. Interfaces:
>
>         INTERFACE NAME             STABILITY    NOTE
>         ------------------------------------------------------------------------
>         /usr/bin/m17n-config       Uncommitted  compilation and linking flags
>         /usr/bin/m17n-conv         Uncommitted  encoding conversion utility
>         /usr/bin/m17n-db           Uncommitted  version and location information 
>                                                 of database files
>
>         /usr/lib/libm17n-core.so   Uncommitted  M-Text and other core APIs
>         /usr/lib/libm17n.so        Uncommitted  IM, language data APIs
>         /usr/lib/libm17n-flt.so    Uncommitted  font layout table APIs
>         /usr/lib/libmimx-anthy.so  Uncommitted  IM extension of libanthy
>
>         /usr/share/m17n/icons/*    Uncommitted  icons for languages and IMs
>         /usr/share/m17n/*.mim      Uncommitted  input methods
>         /usr/share/m17n/*.map      Uncommitted  charset maps
>         /usr/share/m17n/*.flt      Uncommitted  font layout tables
>         /usr/share/m17n/*.lnm      Uncommitted  localized language names
>         /usr/share/m17n/*.tab      Uncommitted  various tables from UNIDATA
>         /usr/share/m17n/*.tbl      Uncommitted  various configure tables
>
>         /usr/lib/scim-1.0/1.4.0/   Uncommitted  scim engine for m17n IMs
>         IMEngines/m17n.so
>
>     4.6. Doc Impact:
>         None
>     
>     4.7. Admin/Config Impact:
>         None
>     
>     4.8. HA Impact:
>         None
>     
>     4.9. I18N/L10N Impact:
>         None
>  
>     4.10. Packaging & Delivery:
>         SUNWm17n-lib-core
>         SUNWm17n-lib-core-devel
>         SUNWm17n-db
>         SUNWm17n-db-devel
>         SUNWm17n-contrib
>         SUNWscim-m17n
>
>     4.11. Security Impact:
>         None.
>     
>     4.12. Dependencies:
>         None.
>
> 5. Reference Documents:
>    1). m17n OverView
>         http://www.m17n.org/m17n-lib-en/overview.html
>
>    2). SCIM and IMEngines
>         http://www.scim-im.org 
>         PSARC 2008/418 Integrate SCIM to Solaris
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Globalization
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


From Yong.Sun@sun.com Tue Oct 14 17:09:19 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m9F09JN6020564
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 14 Oct 2008 17:09:19 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m9F08uYK008790;
	Wed, 15 Oct 2008 01:09:17 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K8R00E0173ELR00@nwk-avmta-2.sfbay.sun.com>; Tue,
 14 Oct 2008 17:09:14 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K8R00CPV73DJB70@nwk-avmta-2.sfbay.sun.com>; Tue,
 14 Oct 2008 17:09:14 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m9F09C9Y029719; Wed,
 15 Oct 2008 00:09:12 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K8R00D0170AFN00@mail-apac.sun.com> (original mail from Yong.Sun@Sun.COM)
 ; Wed, 15 Oct 2008 08:09:12 +0800 (SGT)
Received: from dhcp-cbjs07-150-183.PRC.Sun.COM ([129.158.150.183])
 by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K8R001PB73BRZQ1@mail-apac.sun.com>; Wed,
 15 Oct 2008 08:09:12 +0800 (SGT)
Date: Wed, 15 Oct 2008 08:09:09 +0800
From: Yong Sun <Yong.Sun@sun.com>
Subject: Re: Integrate libm17n and scim-m17n to Solaris [PSARC/2008/624
 FastTrack timeout 10/13/2008]
In-reply-to: <48EDA631.1040407@Sun.COM>
Sender: Yong.Sun@sun.com
To: Yong Young Sun <ys148558@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, gto-ext@sun.com
Message-id: <48F534A5.6000303@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200810060755.m967t3kv000942@sac.sfbay.sun.com>
 <48EDA631.1040407@Sun.COM>
User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914)
Status: RO
Content-Length: 4645

Hi, guys,

Since we have reached the duedate, and no negative comments, I'd like to 
close this case as "closed approved fast-track 10/13/2008". Thank you 
very much for the support!

Regards,

Yong Sun 写道:
> I just updated the one-pager to include m17n-im-config-0.9.0 (in 
> LGPLv2.1), please refer to the casedir for these minor changes.
>
> Regards,
>
> Yong Young Sun wrote:
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>      Integrate libm17n and scim-m17n to Solaris
>>     1.2. Name of Document Author/Supplier:
>>      Author:  Yong Sun
>>     1.3  Date of This Document:
>>      06 October, 2008
>>
>> 2. Project Summary
>>    2.1. Project Description:
>>         This project is to integrate libm17n and scim-m17n to Solaris 
>> Nevada
>>         and OpenSolaris.
>>
>>         COMPONENT       VERSION   LICENSE TERMS
>>         ----------------------------------------
>>         m17n-lib-core   1.5.2     LGPLv2.1
>>         m17n-db         1.5.2     LGPLv2.1
>>         m17n-contrib    1.1.7     LGPLv2.1
>>         scim-m17n       0.2.2     GPLv2
>>
>>    2.2. Risks and Assumptions:
>>         We would not ship the GUI interfaces in m17n library, scine 
>> it is
>>         not adopted widely, and has many other dependencies like 
>> fribidi and         libotf.
>> 4. Technical Description
>>    4.1. Details:
>>         m17n (www.m17n.org) is a library written in ANSI-C, to 
>> supports various
>>         aspects of multilingualization (m17n) for linux/unix 
>> applications, it         provides following features:
>>
>>         * M-Text: string with properties which could be nested or 
>> overlapped
>>         * character rendering engine: supports CTL and OpenType (by 
>> libotf)
>>         * input methods: www.m17n.org/m17n-lib-en/support_input_sum.html
>>
>>         This project is to leverage the input methods in m17n and the 
>> scim         adapter (scim-m17n) to provide more input methods on 
>> SCIM stack.
>>     4.2. Bug/RFE Number(s):
>>         None
>>         4.3. In Scope:
>>         N/A
>>
>>     4.4. Out of Scope:
>>         The GUI supports in m17n is not delivered.
>>         4.5. Interfaces:
>>
>>         INTERFACE NAME             STABILITY    NOTE
>>         
>> ------------------------------------------------------------------------
>>         /usr/bin/m17n-config       Uncommitted  compilation and 
>> linking flags
>>         /usr/bin/m17n-conv         Uncommitted  encoding conversion 
>> utility
>>         /usr/bin/m17n-db           Uncommitted  version and location 
>> information                                                 of 
>> database files
>>
>>         /usr/lib/libm17n-core.so   Uncommitted  M-Text and other core 
>> APIs
>>         /usr/lib/libm17n.so        Uncommitted  IM, language data APIs
>>         /usr/lib/libm17n-flt.so    Uncommitted  font layout table APIs
>>         /usr/lib/libmimx-anthy.so  Uncommitted  IM extension of libanthy
>>
>>         /usr/share/m17n/icons/*    Uncommitted  icons for languages 
>> and IMs
>>         /usr/share/m17n/*.mim      Uncommitted  input methods
>>         /usr/share/m17n/*.map      Uncommitted  charset maps
>>         /usr/share/m17n/*.flt      Uncommitted  font layout tables
>>         /usr/share/m17n/*.lnm      Uncommitted  localized language names
>>         /usr/share/m17n/*.tab      Uncommitted  various tables from 
>> UNIDATA
>>         /usr/share/m17n/*.tbl      Uncommitted  various configure tables
>>
>>         /usr/lib/scim-1.0/1.4.0/   Uncommitted  scim engine for m17n IMs
>>         IMEngines/m17n.so
>>
>>     4.6. Doc Impact:
>>         None
>>         4.7. Admin/Config Impact:
>>         None
>>         4.8. HA Impact:
>>         None
>>         4.9. I18N/L10N Impact:
>>         None
>>  
>>     4.10. Packaging & Delivery:
>>         SUNWm17n-lib-core
>>         SUNWm17n-lib-core-devel
>>         SUNWm17n-db
>>         SUNWm17n-db-devel
>>         SUNWm17n-contrib
>>         SUNWscim-m17n
>>
>>     4.11. Security Impact:
>>         None.
>>         4.12. Dependencies:
>>         None.
>>
>> 5. Reference Documents:
>>    1). m17n OverView
>>         http://www.m17n.org/m17n-lib-en/overview.html
>>
>>    2). SCIM and IMEngines
>>         http://www.scim-im.org         PSARC 2008/418 Integrate SCIM 
>> to Solaris
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>        6.4.1. Consolidation C-team Name:
>>         Globalization
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>   
>


