test_localeconv
test_localeconv();
test_localeconv("POSIX", &lconv_posix);
test_localeconv("de_DE", &lconv_de);
test_localeconv("de_DE.ISO8859-1", &lconv_de_iso);
test_localeconv("hr_HR.ISO8859-2", &lconv_hr);
test_localeconv("de_CH", &lconv_de_CH);
test_localeconv("gu_IN", &lconv_gu_IN);
test_localeconv("it_IT", &lconv_it);
test_localeconv("nl_NL", &lconv_nl);
test_localeconv("nb_NO", &lconv_nb);