Add a link explaining what UCA is, see bug#55435

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315049 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2011-08-17 10:00:04 +00:00
parent 7e972c30de
commit 108cc39813
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,8 @@
<para>
Internationalization extension (further is referred as Intl) is a wrapper
for <link xlink:href="&url.icu.home;">ICU</link>
library, enabling PHP programmers to perform UCA-conformant collation and
library, enabling PHP programmers to perform
<link xlink:href="&url.icu.uca;">UCA</link>-conformant collation and
date/time/number/currency formatting in their scripts.
</para>

View file

@ -40,7 +40,7 @@
The locale containing the required collation rules. Special values for
locales can be passed in - if null is passed for the locale, the
default locale collation rules will be used. If empty string ("") or
"root" are passed, UCA rules will be used.
"root" are passed, <link xlink:href="&url.icu.uca;">UCA</link> rules will be used.
</para>
</listitem>
</varlistentry>