From owner-freebsd-stable@FreeBSD.ORG Fri Jan 17 06:04:56 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A145DE9D for ; Fri, 17 Jan 2014 06:04:56 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9C51183 for ; Fri, 17 Jan 2014 06:04:56 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id bj1so2199885pad.39 for ; Thu, 16 Jan 2014 22:04:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=VIXZVyRYpUTMha87guYAWSGyCRTyZNlkrPsRGi4wgLU=; b=VGMBOT9+uouxVA/ENmBa1JHtBo9Q3r0zKGj0vu/lkPeMjSKOKf5MSJUXbahu/FhDS+ c6Xb7R5FmZsVpqT/gDOWUyO8SfGeKekIw1cSVuESRxPsUn1LS3F3mDMypgDprkFyEf42 R+YzZysArTKNcdGJbddkz/GQRULca9qdlWej4TQB8kfePhE4SXiS4rChRjGVDakt0mTB lPgCk7eceZ1tFA4Cu5kkxMJ4uGpWN4AyROLI3d92JocGtmb5eKk5OJfgk0ebKI6qhWTC k8rIVQNNuq6UE79CpWuwVrYhFB2YWL+BkVADElQ4a4a7UXsjrE0jsg8Y6zhQ1N2327O0 jjiQ== MIME-Version: 1.0 X-Received: by 10.66.224.109 with SMTP id rb13mr155382pac.78.1389938696102; Thu, 16 Jan 2014 22:04:56 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Thu, 16 Jan 2014 22:04:56 -0800 (PST) Date: Thu, 16 Jan 2014 22:04:56 -0800 X-Google-Sender-Auth: B0SX7RSMIScGeXemjPC_3kf0NH4 Message-ID: Subject: nvi fails to when encountering 0xa9 character From: Kevin Oberman To: FreeBSD Stable ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 06:04:56 -0000 FreeBSD 10.0-RC5/amd64 When I edit a file containing the 0xa9/copyright/circle-c character. the line that the character is on is rendered as ~. It is not editable. It can't even e deleted. While nvi will allow stepping to the next line and continuing to edit, searching past the line fails and writing out the file truncated the file at the line. Unless a backup exists, the remainder of the file is lost.Since that character is usually early in the file, most of the file is lost. I don't know if other characters also trigger the problem. Is this a known issue? iconv related? It is VERY annoying! Fortunately I did have a backup and I usually use emacs. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com