From owner-freebsd-questions Thu May 2 11:56:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16842 for questions-outgoing; Thu, 2 May 1996 11:56:34 -0700 (PDT) Received: from maggie.cs.mcgill.ca (sarrazip@maggie.CS.McGill.CA [132.206.51.242]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA16837 for ; Thu, 2 May 1996 11:56:31 -0700 (PDT) Received: (from sarrazip@localhost) by maggie.cs.mcgill.ca (8.6.10/8.6.9) id OAA27895 for questions@freebsd.org; Thu, 2 May 1996 14:55:51 -0400 Date: Thu, 2 May 1996 14:55:51 -0400 From: Pierre Sarrazin Message-Id: <199605021855.OAA27895@maggie.cs.mcgill.ca> To: questions@freebsd.org Subject: vi and char code >=128 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. vi currently displays characters whose code is >= 128 in hexadecimal form instead of the character itself. (I'm using an xterm, but this also happens in a vt100 modem login.) I have recently installed FreeBSD 2.1.0-R; this problem didn't happen under my 2.0.5 system, at least in xterms. I couldn't find anything interesting in the vi manpage about this. How can I have those special characters displayed directly? Thanks... Pierre.