From owner-cvs-all@FreeBSD.ORG Sun Feb 22 22:37:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3866216A4CE; Sun, 22 Feb 2004 22:37:01 -0800 (PST) Received: from smtp2.jp.viruscheck.net (smtp2.jp.viruscheck.net [154.33.69.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1009C43D1D; Sun, 22 Feb 2004 22:37:01 -0800 (PST) (envelope-from bland@freebsd.org) Received: from scan1.jp.viruscheck.net ([154.33.69.36] helo=mail5.jp.viruscheck.net) by smtp2.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1Av9i7-0003vs-00; Mon, 23 Feb 2004 15:36:59 +0900 Received: from [219.167.14.54] (helo=noc.orchid) by mail5.jp.viruscheck.net with esmtp (Exim 3.36 #2) id 1Av9i6-0000fI-00; Mon, 23 Feb 2004 15:36:59 +0900 Received: from FreeBSD.org (horse.orchid [89.60.10.11]) by noc.orchid (8.12.9p2/8.12.9) with ESMTP id i1N6awVj032524; Mon, 23 Feb 2004 15:36:58 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <40399F89.3050408@FreeBSD.org> Date: Mon, 23 Feb 2004 15:36:57 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hye-Shik Chang References: <200402230253.i1N2rsgt079538@repoman.freebsd.org> <20040223030908.GA18132@i18n.org> In-Reply-To: <20040223030908.GA18132@i18n.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/converters/iconv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 06:37:01 -0000 Hye-Shik Chang wrote: >On Sun, Feb 22, 2004 at 06:53:54PM -0800, Alexander Nedotsukov wrote: > > >>bland 2004/02/22 18:53:54 PST >> >> FreeBSD ports repository >> >> Modified files: >> converters/iconv Makefile >> Log: >> Take maintainership. >> >> Revision Changes Path >> 1.18 +1 -1 ports/converters/iconv/Makefile >> >> > >Does this mean that you are going to continue the development of >BSD iconv? If so, I would like to help you for CJK implementations. >I have some reusable CJK converter codes; http://cjkpython.i18n.org/ >it's python unicode codecs but implemented in C. > > Yep. I already have something that can be called iconv-2.1 wich incorporates all bugfixes from ports tree, my own and few things added. I personnaly use it for last year as a complete replacement of GNU version. So far no big troubles. What I really need is testers specially CJK ones ;-) Speaking about url you kindly pointed out I can see that there is a real stuff we need to add. The rest in private mail. All the best, Alexander. > >Cheers! > >Hye-Shik > >