mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 02:52:08 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@198901 c90b9560-bf6c-de11-be94-00142212c4b1
85 lines
2.6 KiB
XML
85 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!-- EN-Revision: 1.12 Maintainer: hirokawa Status: ready -->
|
|
<!-- Purpose: international -->
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<reference id="ref.recode">
|
|
<title>GNU Recode 関数</title>
|
|
<titleabbrev>Recode</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="recode.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
このモジュールは、GNU recode ライブラリへのインターフェースを
|
|
有しています。GNU Recode ライブラリは、様々にコード化された
|
|
文字や表面的なエンコード法を相互に変換します。
|
|
正確に変換できない場合、問題のある文字を削除するか近似を行います。
|
|
このライブラリは、約 150 種類の文字セットを認識、生成することが可能で、
|
|
ほとんど全ての組み合わせで相互の変換を行うことができます。
|
|
<ulink url="&url.rfc;1345">RFC 1345</ulink> 文字セットの
|
|
ほとんどがサポートされています。
|
|
</para>
|
|
¬e.no-windows.extension;
|
|
</section>
|
|
|
|
<section id="recode.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
GNU Recode 3.5 以降をシステムにインストールしておく必要があります。
|
|
このパッケージは、<ulink url="&url.recode;">&url.recode;</ulink> から
|
|
ダウンロードすることが可能です。
|
|
</para>
|
|
<warning>
|
|
<para>
|
|
Recode ライブラリのバージョン 3.6 は、ある状況下での文字列の変換時に
|
|
変な文字を付加してしまうことがあります。そのため、Recode v3.5
|
|
か、あるいは別の選択肢として
|
|
<link linkend="ref.iconv">iconv</link> あるいは
|
|
<link linkend="ref.mbstring">mbstring</link>
|
|
拡張モジュールを使用するほうが安全です。
|
|
</para>
|
|
</warning>
|
|
</section>
|
|
|
|
&reference.recode.configure;
|
|
|
|
<section id="recode.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="recode.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
<section id="recode.constants">
|
|
&reftitle.constants;
|
|
&no.constants;
|
|
</section>
|
|
</partintro>
|
|
|
|
&reference.recode.functions;
|
|
|
|
</reference>
|
|
<!-- 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:
|
|
-->
|
|
|