Mozilla's Universal Charset Detector C/C++ API (libchardet) Readme document

$Id: README 32 2014-02-10 13:18:44Z oops $

Author: JoungKyun.Kim <http://oops.org>
2009/02/22

libchardet is based on Mozilla Universal Charset Detector library and, detects
the character set used to encode data.

Original code was writed by Netscape Communications Corporation, and John
Gardiner Myers <jgmyers@proofpoint.com> made independent Universal Detector
code from Mozilla Browser.

libchardet based on John Gardiner Myers's code that call Encode-Detect-1.01
perl module, and added C wrapping API, and library build environment with libtool

APIs:
  PHP    - http://ftp.oops.org/pub/oops/php/extensions/mod_chardet/
  PYTHON - http://ftp.oops.org/pub/oops/python/chardet/
  PERL   - http://search.cpan.org/~jgmyers/Encode-Detect-1.01/Detect.pm
