Hi

I think they would be better as separate pages but I'm not volunteering
to do it, at least not right now ;-). FreeBSD and NetBSD look to have a
few split out.


On Tue, Jul 05, 2011 at 02:17:23PM -0400, Todd C. Miller wrote:
> On Tue, 05 Jul 2011 20:12:44 +0200, Stefan Sperling wrote:
> 
> > L"" is C99 notation for wide character string literals.
> > wchar_t is an int, so a pointer increment will consume 4 bytes, not 1.
> > L"foobar" results in the byte string:
> > "f\0\0\0o\0\0\0o\0\0\0b\0\0\0a\0\0\0r\0\0\0\0\0\0\0"
> 
> Aha, thanks for clearing that up.
> 
> On a somewhat related topic, most of the wide character functions
> are documented in wmemchr(3) which basically just says to see the
> non-wide manpages for details.  It seems much nicer to have separate
> manuals for the wide functions so they can include examples.
> 
> Is there interest in breaking those out into separate man pages?
> 
>  - todd

Reply via email to