A high-speed character set detection library
http://atheme.org/projects/libguess.html
libguess.spec | ||
README.md |
libguess
libguess is a high speed, open source character set encoding detector. 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.