From owner-soc-status@FreeBSD.ORG Tue Jul 19 00:12:49 2011 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 3E3AC1065670 for ; Tue, 19 Jul 2011 00:12:49 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 106918FC0C for ; Tue, 19 Jul 2011 00:12:48 +0000 (UTC) Received: by iyb11 with SMTP id 11so4367260iyb.13 for ; Mon, 18 Jul 2011 17:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=EQcnTCyulYgxhAGfeTmUCMWOEI5O8Y0x+92ld4Iokr0=; b=ts7z5aCfjdu2F/g+lVWAqyntOmo3IkxYg7uU8lKK/69pxJ3qBM7DS37RnwcpfbBoU9 3LChBWA83Q1ldrPpyBkbka4BxXN1LZQXicjHMFaUDtReSKllw4GzKWobQB2a+WSccwzU r1EB160KL0ho1HrfAR+eudM6q5TubyyTWD6oY= MIME-Version: 1.0 Received: by 10.231.113.17 with SMTP id y17mr6423152ibp.108.1311034368331; Mon, 18 Jul 2011 17:12:48 -0700 (PDT) Received: by 10.231.13.200 with HTTP; Mon, 18 Jul 2011 17:12:48 -0700 (PDT) Date: Mon, 18 Jul 2011 19:12:48 -0500 Message-ID: From: Zhihao Yuan To: soc-status@freebsd.org, Alexander Leidinger Content-Type: text/plain; charset=UTF-8 Cc: Subject: [nvi-iconv]Weekly status report 09 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: Tue, 19 Jul 2011 00:12:49 -0000 To whom may concerned: The past week is GSoC midterm. I first made the new nvi runnable, then tested and fixed the multibyte support part, ported it back to FreeBSD-current. The biggest challenge was the db/line cache support. The db code of nvi-1.8x is wrong, incomplete, +memory leak. Now they should be stable enough and can handle multibyte lines. I plan to do more testing this week, and create a branch with file encoding detection. Since nvi never changes the encoding of the original file, any detection is safe, and I just need one suitable for FreeBSD (UTF-16 BOM, UTF-8, locale). -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/