php-i18n Digest 6 Dec 2007 20:13:25 -0000 Issue 375

Topics (messages 1132 through 1133):

Re: intl docs
        1132 by: Mazzu
        1133 by: Stanislav Malyshev

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Here are errors that I've seen.


In http://docs.php.net/manual/en/intl.testing.php
"The Collator exetnsion" should be "The Collator extension"


In http://docs.php.net/manual/en/intl.testing.php
> LD_LIBRARY_PATH is used to load ICU libraries and value of the
> 'variables_order' setting in php.ini doesn't contain letter 'E'
> (missing 'E' means "do not register Environment variables");
Does this means that in order to use LD_LIBRARY_PATH to load ICU
libraries, it's recommended to set variables_order = "GPCSE" (and not
variables_order = "EGPCS" for example) or does it make no difference ?


In http://docs.php.net/manual/en/intl.examples.php
> Note: Note: All input strings must be in UTF-8 encoding. All output
> strings are also in UTF-8. 
There is two "Note".


In
http://docs.php.net/manual/en/class.collator.php#intl.collator-constants
> Example #1 FRENCH_COLLATION rules
>    * F=OFF cote < coté < côte < côté
>    * F=ON cote < côte < coté < côté
Shouldn't it be : "F=OFF cote = coté = côte = côté" ?


In the left bar :
# The Collator class
# Collator::asort
# Collator::compare
# Collator::__construct
# Collator::create
# Collator::getAttribute
# Collator::getErrorCode
# Collator::getErrorMessage
# collator_get_locale
# Collator::getStrength
# Collator::setAttribute
# Collator::setStrength
# Collator::sortWithSortKeys
# Collator::sort
Instead of "collator_get_locale", it should be "Collator::getLocale"


In http://docs.php.net/manual/en/class.collator.php
> For more detailed information, see collator-setStrength() chapter.
Should be replace by "see collator::setStrength() chapter" (double
semi-colon instead of dash)


In the method list of NumberFormatter, NumberFormatter::create appears 2
times while NumberFormatter::getErrorMessage doesn't appear (In left bar
and in "Table of Contents" of
http://docs.php.net/manual/en/class.numberformatter.php)


And most important, thanks for that work! This extension will be very
usefull :)


-Mazzu



Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Documentation for intl PECL extension is published here:
> http://docs.php.net/manual/en/book.intl.php
> All are welcome to review and comment.

--- End Message ---
--- Begin Message ---
Here are errors that I've seen.

Thanks a lot, fixes committed.

--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

--- End Message ---

Reply via email to