Before compiling with use of provided makefiles (see 'src' dir),
copy-paste the libtconv.* files located here into 'src/lib'. Also, put them
into '/usr/local/lib' and use 'ldconfig' to make them visible at runtime.

The binaries were built with use of GNU gcc-4.8.3 release under Gentoo OS,
having:
- glibc-2.19-r1 (native i686-pc-linux-gnu),
- glibc-2.20-r1 (cross compiling for x86_64-pc-linux-gnu).

Both versions were tested and are known to operate correctly. Still, if issues
arise, it is most likely because of ABI incompatibility.

The 'tctest' is a library test tool. It needs the plain text files from
'playground' folder to operate (tctf.*).

The 'tc' is a file encoding character converter, utilizing the library.
See the 'src/tc.c' file.

Sorry. No library source code for free this time...

