diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-09-11 01:27:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 01:27:35 +0700 |
commit | c7a72f2d002afdc92be088476d828e52f7bcb656 (patch) | |
tree | 447756b4d11357f7322aabc2822b641f753d167b /libraries/libuchardet/README | |
parent | 15a69ecaf465fb80959337bfa817274f52a20669 (diff) | |
download | slackbuilds-c7a72f2d002afdc92be088476d828e52f7bcb656.tar.gz |
libraries/libuchardet: Added (encoding detector library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libuchardet/README')
-rw-r--r-- | libraries/libuchardet/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libuchardet/README b/libraries/libuchardet/README new file mode 100644 index 0000000000..59b601ae09 --- /dev/null +++ b/libraries/libuchardet/README @@ -0,0 +1,8 @@ +libuchardet (encoding detector library) + +uchardet is a C language binding of the original C++ implementation of the +universal charset detection library by Mozilla. + +uchardet is an encoding detector library, which takes a sequence of bytes +in an unknown character encoding without any additional information, and attempts +to determine the encoding of the text. |