Subject: Re: finger
To: T.SHIOZAKI <tshiozak@astec.co.jp>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 09/11/2002 13:21:32
>Here is a new patch for finger.
>This patch is not fine (because of rfc1288),
>but this is better than using setlocale().

>+#define ascii_isspace(c) ((c)==' '||(c)=='\f'||(c)=='\n'||(c)=='r'||	\
>+			  (c)=='t'||(c)=='\v')

	't' -> '\t'
	'r' -> '\r'

	other than that, i highly prefer this patch, than the one committed
	yesterday.  hardcoding locale name is bad, and kim's code is abusing
	ISO C locale framework.

itojun