mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
7e972c30de
commit
108cc39813
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue