Update games/scummvm to version 1.7.0
[dports.git] / textproc / libguess / pkg-descr
1 A high-speed character set detection library.
2
3 libguess employs discrete-finite automata to deduce the character set 
4 of the input buffer. The advantage of this is that all character sets 
5 can be checked in parallel, and quickly. Right now, libguess passes a 
6 byte to each DFA on the same pass, meaning that the winning character 
7 set can be deduced as efficiently as possible.
8
9 libguess is fully reentrant, using only local stack memory for DFA operations.
10
11 WWW: http://www.atheme.org/project/libguess