From owner-soc-status@FreeBSD.ORG Tue Aug 16 19:29:55 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 92A54106564A for ; Tue, 16 Aug 2011 19:29:55 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 649AF8FC15 for ; Tue, 16 Aug 2011 19:29:55 +0000 (UTC) Received: by iye7 with SMTP id 7so653364iye.17 for ; Tue, 16 Aug 2011 12:29:51 -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=LBEmLHY0Bklg8xhiYd0HtVqWWyRvx0bcBnuuAsN1xFA=; b=PN9FcOfxoegWfE6ZUKJ9uNP2j7B+fdQtfvIvkLChzTQKPG1WNuKPmQC7QkZTBsV4EV nc8t48XiACK757DrmDAany/AbnYynpe/vii97tqCMwuNn/utFsJSDt7VybGrGPeeCPli vzSmr7fxSsRNrHCT1yWddXYFFsulAGNBTGRfc= MIME-Version: 1.0 Received: by 10.231.20.170 with SMTP id f42mr143537ibb.67.1313522991319; Tue, 16 Aug 2011 12:29:51 -0700 (PDT) Received: by 10.231.11.73 with HTTP; Tue, 16 Aug 2011 12:29:51 -0700 (PDT) Date: Tue, 16 Aug 2011 14:29:51 -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 12 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, 16 Aug 2011 19:29:55 -0000 To whom may concerned: I've done my finals at summer school one week ago, so this is a report for about 6 week days. The file encoding detection is considered stable. It's borrowed from file(1) and it can correctly recognized the latest UTF-8, UTF-16BE, UTF-16LE standard without touching the file status. UTF-16 is well supported, though it's not compatible with ASCII and does not match nvi's line separator assumption. The remained bug on :vsplit is fixed. An unexpected behavior caused by encoding detection (the detected encoding is inherited by the next screen) is diluted. I also finished an internship paper, which is required by my school, during the weekend. I'll post some contents and images on the FreeBSD wiki latter. -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/