|
Re: where to find langinfo.h
|
01/18/2008 2:28 PM
post4442
|
Re: where to find langinfo.h
On Thu, Jan 17, 2008 at 04:18:02PM -0500, Peter Kalbus wrote:
> rpm5 tries to include langinfo.h, which seems to be installed within qnx itself.
>
> it seems to be needed for nl_langinfo() and the constan CODESET.
>
> any idea, where to find that header?
We don't have this either. This is another XSI extension to
POSIX; however we (QNX) don't have any precedence for it
such as the prototype in the last case. At first glance it
doesn't appear too difficult to implement nl_langinfo() as I
think most of the LC_TIME defines mentioned in langinfo.h
can map to currently implemented values in our libc. The
bigger issue would be nl_types.h which POSIX says "may" be
brought in by langinfo.h but since it's a "may" we can
ignore that for now...
So to gauge interest, how many think nl_langinfo() would be
useful? Do we want it? Which packages are looking for it?
-seanb
|
|
|