Path to this page:
Subject: CVS commit: pkgsrc/textproc
From: Nia Alarie
Date: 2020-06-09 15:53:00
Message id: 20200609135300.B73B9FB27@cvs.NetBSD.org
Log Message:
textproc: Add uchardet
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.
uchardet started as a C language binding of the original C++ implementation
of the universal charset detection library by Mozilla. It can now detect
more charsets, and more reliably than the original implementation.
Files: