[PHP-DEV] PHP 4.0 Bug #7493 Updated: UCWords function doesn't capitalise 'l.j. hooker' correctly From: lyric <email protected>
Date: 10/27/00

ID: 7493
Updated by: lyric
Reported By: c.just <email protected>
Status: Open
Bug Type: Documentation problem
Assigned To:
Comments:

The algorithm only capitalises the character after a whitespace (these are: space, form-feed, newline, carriage return, horizontal tab, and vertical tab). I've changed this issue to "Documentation Problem" so the manual team can elaborate on that on the manpage.

Previous Comments:
---------------------------------------------------------------------------

[2000-10-27 09:52:53] c.just <email protected>
This function doesn't behave correctly.

UCWords()
doesn't capitalise 'l.j. hooker'

It returns
'L.j. Hooker'

I would think that it should return
'L.J. Hooker'

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7493

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>