Subject: Re: UTF-8 file names?
To: SODA Noriyuki <soda@sra.co.jp>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-userlevel
Date: 09/29/2004 18:49:29
On Sun, Sep 26, 2004 at 05:59:24AM +0900, SODA Noriyuki wrote:
> Yes, mbsrtowcs() or mbrtowcs() can be used, but these functions have
> a problem how to handle EILSEQ case.
> So, I think the attached implementation is better.

After adding a "static" before fputwcr, this compiles and works fine
for me.

> Note that this patch doesn't handle -B and -b options, because I'm
> not sure how strvis() should be i18n'ized.

Does someone else have comments on this?

Cheers,
 Thomas