php-doc-en/reference/intl/constants.xml
Richard Quadling 1d137d406b W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294396 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:08:11 +00:00

77 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<appendix xml:id="intl.constants" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
<para>
<variablelist>
<varlistentry>
<term>
<constant>INTL_MAX_LOCALE_LEN</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Limit on locale length, set to 80 in PHP code. Locale names longer
than this limit will not be accepted.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>IDNA_DEFAULT</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Prohibit processing of unassigned codepoints in the input for IDN
functions and do not check if the input conforms to domain name ASCII rules.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>IDNA_ALLOW_UNASSIGNED</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Allow processing of unassigned codepoints in the input for IDN functions.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>IDNA_USE_STD3_RULES</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Check if the input for IDN functions conforms to domain name ASCII rules.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
</appendix>
<!-- 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
-->