mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 04:12:21 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@261459 c90b9560-bf6c-de11-be94-00142212c4b1
137 lines
3.1 KiB
XML
137 lines
3.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.11 $ -->
|
|
<!-- EN-Revision: 1.7 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<para xmlns="http://docbook.org/ns/docbook">
|
|
Les jeux de caractères suivants sont disponibles et supportés par
|
|
PHP 4.3.0 et plus récent.
|
|
<table>
|
|
<title>Jeux de caractères supportés</title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Jeux de caractères</entry>
|
|
<entry>Alias</entry>
|
|
<entry>Description</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>ISO-8859-1</entry>
|
|
<entry>ISO8859-1</entry>
|
|
<entry>
|
|
Europe occidentale, Latin-1
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ISO-8859-15</entry>
|
|
<entry>ISO8859-15</entry>
|
|
<entry>
|
|
Europe occidentale, Latin-9. Dispose du signe Euro, des caractères
|
|
spéciaux français et finlandais, qui manquent au Latin-1(ISO-8859-1).
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>UTF-8</entry>
|
|
<entry></entry>
|
|
<entry>
|
|
Unicode 8 bits multioctets, compatible avec l'ASCII
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cp866</entry>
|
|
<entry>ibm866, 866</entry>
|
|
<entry>
|
|
Jeu de caractères Cyrillic spécifique à DOS.
|
|
Ce jeu de caractères est supporté depuis PHP 4.3.2.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cp1251</entry>
|
|
<entry>Windows-1251, win-1251, 1251</entry>
|
|
<entry>
|
|
Jeu de caractères Cyrillic spécifique à Windows.
|
|
Ce jeu de caractères est supporté depuis PHP 4.3.2.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cp1252</entry>
|
|
<entry>Windows-1252, 1252</entry>
|
|
<entry>
|
|
Jeu de caractères spécifique de Windows pour l'Europe occidentale.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>KOI8-R</entry>
|
|
<entry>koi8-ru, koi8r</entry>
|
|
<entry>
|
|
Russe. Ce jeu de caractères est supporté depuis PHP 4.3.2.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>BIG5</entry>
|
|
<entry>950</entry>
|
|
<entry>
|
|
Chinois traditionnel, principalement utilisé à Taïwan.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>GB2312</entry>
|
|
<entry>936</entry>
|
|
<entry>
|
|
Chinois simplifié, officiel.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>BIG5-HKSCS</entry>
|
|
<entry></entry>
|
|
<entry>
|
|
Big5 avec les extensions de Hong Kong, chinois traditionnel.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>Shift_JIS</entry>
|
|
<entry>SJIS, 932</entry>
|
|
<entry>
|
|
Japonais
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>EUC-JP</entry>
|
|
<entry>EUCJP</entry>
|
|
<entry>
|
|
Japonais
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
<note>
|
|
<simpara>
|
|
Les autres jeux de caractères ne sont pas reconnus, et le
|
|
ISO-8859-1 sera utilisé à la place.
|
|
</simpara>
|
|
</note>
|
|
</para>
|
|
<!-- 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:"../../../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
|
|
-->
|