Wrap iconv stuff and write tests
This adds a simple wrapper around the iconv APIs and uses it instead of the old code that was inlining the iconv stuff. This makes it possible for me to test the iconv logic in isolation. A "no iconv" version of the API was defined with macros so that I could have fewer ifdefs in the code itself.
Showing
tests-clar/core/iconv.c
0 → 100644
Please
register
or
sign in
to comment