freebsd-ports/textproc/libguess/pkg-descr
Dmitry Marakasov 1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00

11 lines
499 B
Text

A high-speed character set detection library.
libguess employs discrete-finite automata to deduce the character set
of the input buffer. The advantage of this is that all character sets
can be checked in parallel, and quickly. Right now, libguess passes a
byte to each DFA on the same pass, meaning that the winning character
set can be deduced as efficiently as possible.
libguess is fully reentrant, using only local stack memory for DFA operations.
WWW: http://www.atheme.org/project/libguess