From owner-soc-status@FreeBSD.ORG Mon Aug 10 13:15:41 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D47A1106566C for ; Mon, 10 Aug 2009 13:15:41 +0000 (UTC) (envelope-from gabor@kovesdan.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 90B1C8FC1A for ; Mon, 10 Aug 2009 13:15:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 1036014D9376 for ; Mon, 10 Aug 2009 15:15:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.mypc.hu ([127.0.0.1]) by localhost (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4yDGZuDUY3ap for ; Mon, 10 Aug 2009 15:15:37 +0200 (CEST) Received: from [10.0.1.5] (unknown [84.78.125.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 563CD14D9316 for ; Mon, 10 Aug 2009 15:15:37 +0200 (CEST) Message-ID: <4A801DA6.4070306@kovesdan.org> Date: Mon, 10 Aug 2009 15:16:22 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 2.0.0.21 (X11/20090516) MIME-Version: 1.0 To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: libiconv status report #10 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2009 13:15:42 -0000 Hello, last week I completed the regression test I was doing for libiconv with a little help from my mentor. I'll generate some reference output with GNU libc-iconv to test the compatibility of our implementation. The GPL license permits this as no logic will be transmitted by reusing the output and according to my mentor libc-iconv gives better result than GNU libiconv at least for Chinese input, so I will use this one as a reference for further development. Cheers, Gábor