From 0660990c44bbd603c5b40c0ee0120279a2316cda Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 24 Jun 2004 16:08:02 +0000 Subject: Copy the warning about incorrect multibyte character handling from vis(3). --- usr.bin/vis/vis.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/vis/vis.1 b/usr.bin/vis/vis.1 index 2745741..a120780 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -32,7 +32,7 @@ .\" @(#)vis.1 8.4 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd April 19, 1994 +.Dd June 25, 2004 .Dt VIS 1 .Os .Sh NAME @@ -124,3 +124,11 @@ The .Nm command appeared in .Bx 4.4 . +.Sh BUGS +Due to limitations in the underlying +.Xr vis 3 +function, the +.Nm +utility +does not recognize multibyte characters, and thus may consider them to be +non-printable when they are in fact printable (and vice versa.) -- cgit v1.1