summaryrefslogtreecommitdiff
path: root/libraries/libuchardet/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2016-10-13 13:17:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-13 13:17:24 +0700
commit1fae8150cf9f1d6cc5f3aeb34f8a65f16ff0d417 (patch)
treeb8f363a1d5f0623e9a4c303edd3febd0e51533b6 /libraries/libuchardet/README
parentd679df6b8f7744b346f0a7ddfc4c2f25f806c775 (diff)
downloadslackbuilds-1fae8150cf9f1d6cc5f3aeb34f8a65f16ff0d417.tar.gz
libraries/libuchardet: Updated for version 0.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libuchardet/README')
-rw-r--r--libraries/libuchardet/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libuchardet/README b/libraries/libuchardet/README
index 9822181500..62c9882143 100644
--- a/libraries/libuchardet/README
+++ b/libraries/libuchardet/README
@@ -6,3 +6,7 @@ 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.
+Returned encoding names are iconv-compatible.
+
+It can now detect more charsets, and more reliably than the original
+implementation.