1
0
mirror of https://github.com/php/doc-es.git synced 2026-04-26 16:48:13 +02:00
Files
archived-doc-es/reference/strings/charsets.xml
T
2010-03-29 00:47:47 +00:00

138 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 288721 $ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: benjamin Status: ready -->
<!-- Reviewed: no -->
<para xmlns="http://docbook.org/ns/docbook">
Los siguientes juegos de caracteres son soportados en PHP 4.3.0 y versiones posteriores.
<table>
<title>Conjunto de Caracteres Soportados</title>
<tgroup cols="3">
<thead>
<row>
<entry>Juego de caracteres</entry>
<entry>Alias</entry>
<entry>Descripción</entry>
</row>
</thead>
<tbody>
<row>
<entry>ISO-8859-1</entry>
<entry>ISO8859-1</entry>
<entry>
Europeo Occidental, Latin-1
</entry>
</row>
<row>
<entry>ISO-8859-15</entry>
<entry>ISO8859-15</entry>
<entry>
Europeo Occidental, Latin-9. Añade el signo de Euro, y
letras del Francés y Finlandés que hacián
falta en Latin-1(ISO-8859-1).
</entry>
</row>
<row>
<entry>UTF-8</entry>
<entry></entry>
<entry>
Multi-byte Unicode de 8-bits compatible con ASCII.
</entry>
</row>
<row>
<entry>cp866</entry>
<entry>ibm866, 866</entry>
<entry>
Juego de caracteres Cirílico específico de DOS.
Este juego de caracteres está soportado en la versión 4.3.2.
</entry>
</row>
<row>
<entry>cp1251</entry>
<entry>Windows-1251, win-1251, 1251</entry>
<entry>
Juego de caracteres Cirílicos específico de Windows.
Este juego de caracteres está soportado en la versíón 4.3.2.
</entry>
</row>
<row>
<entry>cp1252</entry>
<entry>Windows-1252, 1252</entry>
<entry>
Juego de caracteres específico de Windows para Europa
Occidental.
</entry>
</row>
<row>
<entry>KOI8-R</entry>
<entry>koi8-ru, koi8r</entry>
<entry>
Ruso. Este juego de caracteres está soportado en la versión 4.3.2.
</entry>
</row>
<row>
<entry>BIG5</entry>
<entry>950</entry>
<entry>
Chino Tradicional, usado principalmente en Taiwán.
</entry>
</row>
<row>
<entry>GB2312</entry>
<entry>936</entry>
<entry>
Chino Simplificado, juego de caracteres estándar
nacional.
</entry>
</row>
<row>
<entry>BIG5-HKSCS</entry>
<entry></entry>
<entry>
Big5 con extensiones de Hong Kong, Chino Tradicional.
</entry>
</row>
<row>
<entry>Shift_JIS</entry>
<entry>SJIS, 932</entry>
<entry>
Japonés
</entry>
</row>
<row>
<entry>EUC-JP</entry>
<entry>EUCJP</entry>
<entry>
Japonés
</entry>
</row>
</tbody>
</tgroup>
</table>
<note>
<simpara>
Cualquier otro juego de caracteres no es reconocido y en su lugar se
utilizará ISO-8859-1.
</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:"~/.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
-->