Subject: Re: a proposal for two new libc functions: shquote() and shquotev()
To: Chris G. Demetriou <cgd@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 03/04/2001 05:58:23
>> Thoughts?
>Bill S. gave me some more suggestions, and so:
>* shquotev()'s first two args are named "argc," and "argv," and
>* i changed the method of quoting (amusingly, closer to something i'd
>  earlier), so the functions now use single-quotes.

	what will be the behavior when someone is using non-C locale?  will the
	function use mbrtowc() to grab a letter (parse string as a multibyte
	string like printf does), or is it just for C locale?

itojun