mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 07:02:08 +01:00
140 lines
3.3 KiB
XML
140 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 1f68eecaa7c4c723abe72a5a040ea7b15023a5aa Maintainer: takagi Status: ready -->
|
|
<section xml:id="intl.normalizer-constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.constants;
|
|
|
|
<para>
|
|
以下の定数は、使用する正規化方式を定義するものです。
|
|
<variablelist>
|
|
<varlistentry xml:id="normalizer.constants.form-c">
|
|
<term>
|
|
<constant>Normalizer::FORM_C</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
正規化形式C(NFC) - 正準等価性により分解し正準等価性によって合成
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.form-d">
|
|
<term>
|
|
<constant>Normalizer::FORM_D</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>正規化形式D (NFD) - 正準等価性により分解</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.nfd">
|
|
<term>
|
|
<constant>Normalizer::NFD</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.form-kc">
|
|
<term>
|
|
<constant>Normalizer::FORM_KC</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
正規化形式KC(NFKC) - 互換等価性により分解し正準等価性によって合成
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.nfkc">
|
|
<term>
|
|
<constant>Normalizer::NFKC</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.form-kc-cf">
|
|
<term>
|
|
<constant>Normalizer::FORM_KC_CF</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.form-kd">
|
|
<term>
|
|
<constant>Normalizer::FORM_KD</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
正規化形式KD(NFKD) - 互換等価性により分解
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.nfkd">
|
|
<term>
|
|
<constant>Normalizer::NFKD</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.nfc">
|
|
<term>
|
|
<constant>Normalizer::NFC</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="normalizer.constants.nfkc-cf">
|
|
<term>
|
|
<constant>Normalizer::NFKC_CF</constant>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<!-- 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
|
|
-->
|
|
|