patrickfrey/textwolf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Documentation * textwolf is a header only library. For using it, copy the header files and include "include/textwolf.hpp". * textwolf should be compiled with the highest optimization level, specially with deep inline expansion * The textwolf home is at at http://textwolf.net * A textwolf introduction can be found at http://textwolf.net/tutorial.html * A doxygen interface documentation is at http://patrickfrey.github.com/textwolf/html/index.html Bugreports * textwolf bug reports are in the github issue management of the textwolf project Project Schedule * 2014/06/16 Version 0.2.0 * Support of IsoLatin codepages besides UTF/UCS encodings * Chunk by chunk feeding reimplementation (using longjmp instead of exceptions)