Subject: Re: UTF-8 file names?
To: Thomas Klausner <wiz@NetBSD.org>
From: SODA Noriyuki <soda@sra.co.jp>
List: tech-userlevel
Date: 09/14/2004 21:00:49
>>>>> On Tue, 14 Sep 2004 13:43:37 +0200,
	Thomas Klausner <wiz@NetBSD.org> said:

>> 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)?

Yes.
(To be sure, you cannot just use iswprint() as a substitute for
 isprint(). It's need be written by using wchar_t. It's somewhat
 easy change, though.)
--
soda