1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/libguess/pkg-descr
Marcus von Appen fc3072f5e5 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

PR:		ports/167686
Submitted by:	William Grzybowski <william88@gmail.com>
2012-05-13 07:21:12 +00:00

12 lines
503 B
Plaintext

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