From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 18 21:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2885DF8E for ; Fri, 18 Jan 2013 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 197D7956 for ; Fri, 18 Jan 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0ILe0L7028397 for ; Fri, 18 Jan 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0ILe0NT028391; Fri, 18 Jan 2013 21:40:00 GMT (envelope-from gnats) Date: Fri, 18 Jan 2013 21:40:00 GMT Message-Id: <201301182140.r0ILe0NT028391@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "J.R. Oldroyd" Subject: Re: bin/166364: [patch] make ps(1) display 8-bit characters as such X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 21:40:01 -0000 The following reply was made to PR bin/166364; it has been noted by GNATS. From: "J.R. Oldroyd" To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/166364: [patch] make ps(1) display 8-bit characters as such Date: Fri, 18 Jan 2013 16:37:30 -0500 [Resend without PGP sig.] On Mon, 14 Jan 2013 01:36:26 -0800 Xin Li wrote: > > We probably need to fix vis(3) and make it support multiple byte > characters by the way. > I have submitted PR 175418 that contains patches for vis(3) to add multibyte character support. http://www.freebsd.org/cgi/query-pr.cgi?pr=175418 With that patch, ps(1) then works as-is and properly displays multibyte characters in process arguments. So if PR 175418 is accepted, the patch in this PR is no longer needed. -jr