From owner-soc-status@FreeBSD.ORG Sun Jul 5 11:58:06 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 1DB1D1065672 for ; Sun, 5 Jul 2009 11:58:06 +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 CBBF58FC13 for ; Sun, 5 Jul 2009 11:58:05 +0000 (UTC) (envelope-from gabor@kovesdan.org) Received: from localhost (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 8F3C914D8CE6 for ; Sun, 5 Jul 2009 13:41:18 +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 o3SlH3ZlPTL8 for ; Sun, 5 Jul 2009 13:41:16 +0200 (CEST) Received: from [192.168.1.121] (188.Red-88-14-132.dynamicIP.rima-tde.net [88.14.132.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 61BA214D8A5D for ; Sun, 5 Jul 2009 13:41:10 +0200 (CEST) Message-ID: <4A50916D.5010008@kovesdan.org> Date: Sun, 05 Jul 2009 13:41:33 +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 #5 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: Sun, 05 Jul 2009 11:58:06 -0000 Hello, weekly progress: * Enable JIS_X0208, JISX0201-KANA and ISO-IR-165 as independent encodings * Add JIS_X0208 reference table to the regression test so that we can test JIS_X0208 independently, although it is normally used as part of other encodings * Nits in the test cases * UTF-8 nit: use uint8_t instead of int in the tail length lookup table (this saves 3 x 256 bytes supposing int is 32bit) * Improved encodings: CP1046, CP1125, CP1129, CP1162, CP864, CP874, CP922, CP1046, CP1124, CP1125, CP1131, CP1163, CP1258, Georgian-Academy, Georgian-PS, JISX021-KANA, KOI8-RU, MULELAO-1, HP-ROMAN8, TDS565, TCVN5712-1, VISCII * Checked some other encodings and found them ok * Added encodings: MacHebrew * Fix make clean in share/i18n/esdb * Add a bunch of aliases recognized by GNU libiconv Cheers, Gáabor