From owner-soc-status@FreeBSD.ORG Tue Jul 26 04:41:31 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 00657106564A for ; Tue, 26 Jul 2011 04:41:30 +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 C5D398FC0C for ; Tue, 26 Jul 2011 04:41:30 +0000 (UTC) Received: by iyb11 with SMTP id 11so181033iyb.13 for ; Mon, 25 Jul 2011 21:41:30 -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=QZ8bfl1rv/A4Ns/gWGMmrWs2fugyd2e2H7vxkICadZY=; b=Z2Sdf8K+qb7ZkfSpfxxNbVAXCsQ+bBFf9nkLVw4WXmKgDwwnAhg9BgQkaS8MbW6uoM Y9XcVbeGA2hXpLcmgN5r8ZbHePTL5gatY8C4gf9CUdkFvMsK9qeq6Q+NPMQWqydX7vwu 9Gzd1vqm9jZWs67uhIHWtASVhWrbNV5hHOb80= MIME-Version: 1.0 Received: by 10.231.41.23 with SMTP id m23mr5406088ibe.183.1311655290135; Mon, 25 Jul 2011 21:41:30 -0700 (PDT) Received: by 10.231.31.205 with HTTP; Mon, 25 Jul 2011 21:41:30 -0700 (PDT) Date: Mon, 25 Jul 2011 23:41:30 -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 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: Tue, 26 Jul 2011 04:41:31 -0000 To whom may concerned: During the past week, I added the file encoding detection supports to the new nvi. Currently, the detection reads the first line in a file, and works based on 3 assumptions: 1. The user edits the file in his/her language; 2. Only distinguish UTF-16 and UTF-8 (others will fallback to locale); 3. UTF-16 must begin with BOM. I want to remove the first and the third assumption. This can be done by importing `file(1)`'s unicode test code. An infinite call bug cased by the new :vsplit is detected and not resolved yet. -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/