On Mon, Jul 22, 2002 at 04:39:23PM -0700, Wichmann, Mats D wrote: > > One of the tests, setlocale 14, reports UNRESOLVED, as it > tried to do setlocale(LC_ALL, "") and receives a null back > as the glibc implementation does not seem to believe this > is a valid reply.
setlocale(LC_ALL, "") should not be failing unless your environment variables are specifying a locale which is not supported. Are you sure that the SI has a 100% working locale dataset? My bug was in using the nl_langinfo return for the currency symbol -- I've not seen setlocale(LC_ALL, "") fail. Cheers, Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with subject of "unsubscribe". Trouble? Email [EMAIL PROTECTED]
