freebsd-dev/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
test-btowc.c
test-btowc.t
test-c16rtomb.c Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
test-iswctype.c
test-iswctype.t
test-mblen.c
test-mblen.t
test-mbrlen.c
test-mbrlen.t
test-mbrtoc16.c Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
test-mbrtowc.c
test-mbrtowc.t
test-mbsnrtowcs.c
test-mbsnrtowcs.t
test-mbsrtowcs.c
test-mbsrtowcs.t
test-mbstowcs.c
test-mbstowcs.t
test-mbtowc.c
test-mbtowc.t
test-towctrans.c
test-towctrans.t
test-wcrtomb.c
test-wcrtomb.t
test-wcsnrtombs.c
test-wcsnrtombs.t
test-wcsrtombs.c
test-wcsrtombs.t
test-wcstombs.c
test-wcstombs.t
test-wctomb.c
test-wctomb.t