-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathbook.xml
More file actions
60 lines (57 loc) · 1.92 KB
/
book.xml
File metadata and controls
60 lines (57 loc) · 1.92 KB
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
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 72f847e072c3c807dcb47d51004469b6f06e09de Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- State: deprecated -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.recode">
<?phpdoc extension-membership="pecl" ?>
<title>GNU Recode</title>
<titleabbrev>Recode</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.recode">
&reftitle.intro;
&warn.pecl.unmaintained;
<simpara>
Ce module contient une interface à la bibliothèque GNU Recode. La
bibliothèque GNU Recode convertit les fichiers entre divers codages.
Lorsque cette conversion n'a pu être effectuée de manière précise,
des approximations sont effectuées. La bibliothèque reconnaît environ
150 jeux de caractères différents et est capable de convertir des
fichiers en les utilisant. La plupart des jeux de caractères
<link xlink:href="&url.rfc;1345">RFC 1345</link> sont supportés.
</simpara>
<note>
<simpara>
Cette extension a été retirée et déplacée dans
<link xlink:href="&url.pecl.package;recode">PECL</link> à partir de PHP 7.4.0.
Considérez l'utilisation des extensions
<link linkend="book.mbstring">Chaînes Multioctets</link> ou
<link linkend="book.iconv">iconv</link> à la place.
</simpara>
</note>
¬e.no-windows.extension;
</preface>
<!-- }}} -->
&reference.recode.setup;
&reference.recode.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->