Subject: Re: UTF-8 file names?
To: SODA Noriyuki <soda@sra.co.jp>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-userlevel
Date: 09/14/2004 13:43:37
On Tue, Sep 14, 2004 at 06:38:38PM +0900, SODA Noriyuki wrote:
> ls has a problem, because it is using isprint(3) instead of iswprint(3).
> You can work around the problem by using something like "ls | cat",
> though.

Should it be changed to use iswprint(3)?
 Thomas