From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 20 13:32:48 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABC1C10656A7; Mon, 20 Sep 2010 13:32:48 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 82A9E8FC17; Mon, 20 Sep 2010 13:32:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8KDWmrD074280; Mon, 20 Sep 2010 13:32:48 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8KDWmlo074276; Mon, 20 Sep 2010 13:32:48 GMT (envelope-from jh) Date: Mon, 20 Sep 2010 13:32:48 GMT Message-Id: <201009201332.o8KDWmlo074276@freefall.freebsd.org> To: pete@twisted.org.uk, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: bin/150727: diff on UTF-8 text files thinks they are binary - regression from 7.X X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 13:32:48 -0000 Synopsis: diff on UTF-8 text files thinks they are binary - regression from 7.X State-Changed-From-To: open->feedback State-Changed-By: jh State-Changed-When: Mon Sep 20 13:27:42 UTC 2010 State-Changed-Why: I couldn't reproduce this with simple UTF-8 files: $ file 1 2 1: UTF-8 Unicode text 2: UTF-8 Unicode text $ diff 1 2 1a2 > 2 Please provide example files. http://www.freebsd.org/cgi/query-pr.cgi?pr=150727