Subject: Re: CVS commit: basesrc/usr.bin/finger
To: None <kim@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 08/11/2002 02:28:14
>Module Name:	basesrc
>Committed By:	kim
>Date:		Sat Aug 10 16:10:46 UTC 2002
>
>Modified Files:
>	basesrc/usr.bin/finger: finger.c net.c
>
>Log Message:
>Obey the locale settings of the user when deciding what characters are
>valid for output.  If something bad gets printed, either the locale
>settings for the user (or output terminal) are wrong, or the LC_CTYPE
>definitions on the system are invalid.

	i'm a bit nervous about this change.  it is the remote end (fingerd)
	who decides the encoding, not my end (finger).

itojun