From owner-soc-status@FreeBSD.ORG Mon Jul 13 17:12:50 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 C593C1065672 for ; Mon, 13 Jul 2009 17:12:50 +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 7EAF28FC1A for ; Mon, 13 Jul 2009 17:12:50 +0000 (UTC) (envelope-from gabor@kovesdan.org) Received: from localhost (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id EE87B14D8F2E for ; Mon, 13 Jul 2009 19:12:48 +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 3NUj6ZFnKV8S for ; Mon, 13 Jul 2009 19:12:48 +0200 (CEST) Received: from [192.168.1.121] (221.Red-88-9-247.dynamicIP.rima-tde.net [88.9.247.221]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id E2E8614D8D9C for ; Mon, 13 Jul 2009 19:12:47 +0200 (CEST) Message-ID: <4A5B6B37.7020907@kovesdan.org> Date: Mon, 13 Jul 2009 19:13:27 +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 #6 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, 13 Jul 2009 17:12:51 -0000 Hello, weekly progress: - Added encodings: MacArabic, MacDevanagari, MacFarsi, MacGujarati, MacGurmukhi, MacKeyboard, MacSymbol - Improved encodings: GB2312 - Add a script to covert the unicode.org conversion table format to the Citrus format - Clean up the alias files for a unified style, based on alphabetic order - Some little nits Some word about the overall progress: the non-CJKV encodings are fine for now, I'm working on the CJKV encodings. The difficult part isn't fixing the conversion tables but understanding the different algorithms the CJKV-encodings use. Furthermore, I'm working on an own regression test because the GNU one doesn't serve us very well any more. It'll be fine for further development to have an own test suite. And I'm also reviewing the code looking for optimization opportunities and fixing warnings. My intention is to make the stuff WARNS=6 clean but of course it isn't the most important task for now. Cheers, Gáabor