mirror of
https://github.com/php/doc-fr.git
synced 2026-03-24 15:12:13 +01:00
61 lines
1.9 KiB
XML
61 lines
1.9 KiB
XML
<?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
|
|
-->
|