From 42c6b42f65d49e86de53a6017a0a423acb7cd7bf Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 21 Feb 2016 15:19:50 +0100 Subject: [PATCH] Add a DOAP file. All URLs are still referring to the github project, because we have no other homepage or bug tracker yet. --- uchardet.doap | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 uchardet.doap diff --git a/uchardet.doap b/uchardet.doap new file mode 100644 index 0000000..5ab0a1a --- /dev/null +++ b/uchardet.doap @@ -0,0 +1,51 @@ + + + uchardet + + Universal Charset Detector + + + 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. + + + uchardet est une bibliothèque de détection de codage, prenant une séquence + d'octets en entrée, représentant un texte, et tente d'en déterminer le + codage. Le nom du codage retourné est compatible iconv. + + uchardet était originellement un binding en C de l'implémentation + originelle en C++ par Mozilla. L'implémentation actuelle peut détecter + plus de codages de caractères que l'originale. + + + + + + + + + C + C++ + Python + + + + Jehan + jehanp + + + + + +