From:             [EMAIL PROTECTED]
Operating system: Windows NT Server 4.0
PHP version:      4.0.4pl1
PHP Bug Type:     Strings related
Bug description:  ucwords() problem

echo ucwords("céline");

outputs:

CéLine

but should output:

Céline

The "é" (ascii 130) character is one of many accented characters considered valid 
alphabetical lettrs in the French language.


-- 
Edit Bug report at: http://bugs.php.net/?id=9749&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to