charsetdetect-ae

Character set detection using Mozilla's Universal Character Set Detector

http://github.com/aelve/charsetdetect-ae

Version on this page:1.1.0.3
LTS Haskell 22.13:1.1.0.4
Stackage Nightly 2023-12-26:1.1.0.4
Latest on Hackage:1.1.0.4

See all snapshots charsetdetect-ae appears in

LicenseRef-LGPL licensed by Max Bolingbroke
Maintained by Artyom
This version can be pinned in stack with:charsetdetect-ae-1.1.0.3@sha256:eeaea03dddd576c5d56c62648d8a0dde649d80a4e5607cc8ef55e8b40eebb635,8428

Module documentation for 1.1.0.3

Depends on 2 packages(full list with versions):

Mozilla have developed a robust and efficient character set detection algorithm for use in their web browsers. The algorithm is able to detect all of the most frequently encountered character encodings totally automatically.

This library wraps up their library and exposes a very simple Haskell interface to it. The library is portable, and is confirmed to work on both Unix and Windows.

This library is a maintained fork of charsetdetect:

  • It compiles with recent version of bytestring.

  • It works correctly in presence of Template Haskell on GHC 7.6.

  • It builds on 64-bit Windows.