From 108cc39813ec56709cadf4680667ed738aaf427c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 17 Aug 2011 10:00:04 +0000 Subject: [PATCH] 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 --- reference/intl/book.xml | 3 ++- reference/intl/collator/create.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/intl/book.xml b/reference/intl/book.xml index 672b47e2ea..62be85c83a 100644 --- a/reference/intl/book.xml +++ b/reference/intl/book.xml @@ -11,7 +11,8 @@ Internationalization extension (further is referred as Intl) is a wrapper for ICU - library, enabling PHP programmers to perform UCA-conformant collation and + library, enabling PHP programmers to perform + UCA-conformant collation and date/time/number/currency formatting in their scripts. diff --git a/reference/intl/collator/create.xml b/reference/intl/collator/create.xml index 7d17833a93..627b60054c 100644 --- a/reference/intl/collator/create.xml +++ b/reference/intl/collator/create.xml @@ -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, UCA rules will be used.