On 22/05/2017 10:13, Gabriel Sandor wrote:
Greetings,
I recently came across the Mozilla Charset Detectors tool, at
https://www-archive.mozilla.org/projects/intl/chardet.html. I'm working on
a C# project where I could use a port of this library (e.g.
https://github.com/errepi/ude) for advanced charset detection.
I'm not sure however if this tool is deprecated or not, and still
recommended by Mozilla for use in modern applications. The tool page is
archived and most of the links are dead, while the code seems to be at
least 7-8 years old. Could you please tell me what's the status of this
tool and whether I should use it in my project or look for something else?
I'd suggest looking at ICU, for a modern, actively-maintained library
that can probably help you:
http://userguide.icu-project.org/conversion/detection
Or there's also https://github.com/google/compact_enc_det (as mentioned
in the ICU doc).
JK
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform