opnsense-src/tools/regression/lib/libc/locale
Ed Schouten 49111f0092 Add libiconv based versions of *c16*() and *c32*().
I initially thought wchar_t was locale independent, but this seems to be
only the case on Linux. This means that we cannot depend on the *wc*()
routines to implement *c16*() and *c32*(). Instead, use the Citrus
libiconv that is part of libc.

I'll see if there is anything I can do to make the existing functions
somewhat useful in case the system is built without libiconv in the
nearby future. If not, I'll simply remove the broken implementations.

Reviewed by:	jilles, gabor
2013-06-03 17:17:56 +00:00
..
Makefile Add <uchar.h>. 2013-05-21 19:59:37 +00:00
test-btowc.c Add missing #includes, to keep Clang silent. 2013-05-25 18:04:24 +00:00
test-btowc.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-c16rtomb.c Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
test-iswctype.c Add missing #includes, to keep Clang silent. 2013-05-25 18:04:24 +00:00
test-iswctype.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mblen.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mblen.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbrlen.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbrlen.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbrtoc16.c Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
test-mbrtowc.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbrtowc.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbsnrtowcs.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbsnrtowcs.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbsrtowcs.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbsrtowcs.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbstowcs.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbstowcs.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbtowc.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-mbtowc.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-towctrans.c Add missing #includes, to keep Clang silent. 2013-05-25 18:04:24 +00:00
test-towctrans.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcrtomb.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcrtomb.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcsnrtombs.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcsnrtombs.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcsrtombs.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcsrtombs.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcstombs.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wcstombs.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wctomb.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-wctomb.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00