diff options
Diffstat (limited to 'textproc/libguess/pkg-descr')
-rw-r--r-- | textproc/libguess/pkg-descr | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libguess/pkg-descr b/textproc/libguess/pkg-descr deleted file mode 100644 index 939d20ee25a9..000000000000 --- a/textproc/libguess/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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 |