summaryrefslogtreecommitdiff
path: root/textwolf/README
blob: 66f1e0a316a4f6046284378ef6b4406e6b1a7d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Documentation
* For using textwolf just include "include/textwolf.hpp".
* textwolf can 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

Examples
* See the examples in tests:
** readStdinIterator.cpp     :Echoing stdin for all character sets
** test_TextReader.cpp       :Iterating on a set of generated characters and test if read/write works for all characters
** test_XMLPathSelect.cpp    :Iterating on the XML Path selected elements
** test_XMLScanner.cpp       :Iterating on the XML elements

Projects using textwolf
* textwolf is used in the wolframe project (see http://wolframe.net or http://github.com/Wolframe/Wolframe)

Bugreports
* textwolf bug reports are for the time beeing collected as CSV file in BUGS.

Project Schedule
* 2014/06/12
	Version 0.2.0
	* Support of IsoLatin codepages besides UTF/UCS encodings
	* Chunk by chunk feeding reimplementation (using longjmp instead of exceptions)