/usr/share/doc/libchardet1/README is in libchardet1 1.0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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
|