summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/libcharsetdetect.txt')
-rw-r--r--src/ext/libcharsetdetect.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ext/libcharsetdetect.txt b/src/ext/libcharsetdetect.txt
new file mode 100644
index 0000000..bd921d8
--- /dev/null
+++ b/src/ext/libcharsetdetect.txt
@@ -0,0 +1,18 @@
+Overview:
+
+This package implements improvements forr the mozilla universalchardet
+module described in:
+ http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html
+
+The interface uses the C wrapper described here:
+ https://github.com/batterseapower/libcharsetdetect
+
+Modifications / improvements affect the core universalchardet module, not
+the C wrapper (which is useful and necessary anyway for integration and
+testing)
+
+Directory contents:
+
+libcharsetdetect/
+ - The C API from the reference above, with the modified mozilla code
+ inside libcharsetdetect/mozilla/extensions/universalchardet/src/base/