-
Notifications
You must be signed in to change notification settings - Fork 107
/
uchardet.doap
51 lines (39 loc) · 2.01 KB
/
uchardet.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">uchardet</name>
<shortdesc xml:lang="en">Universal Charset Detector</shortdesc>
<description xml:lang="en">
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.
</description>
<description xml:lang="fr">
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.
</description>
<homepage rdf:resource="https://www.freedesktop.org/wiki/Software/uchardet/" />
<download-page rdf:resource="https://www.freedesktop.org/software/uchardet/releases/" />
<bug-database rdf:resource="https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet" />
<programming-language>C</programming-language>
<programming-language>C++</programming-language>
<programming-language>Python</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Jehan</foaf:name>
<gnome:userid>jehanp</gnome:userid>
</foaf:Person>
</maintainer>
<!-- TODO: generate MAINTAINERS from this file -->
</Project>