note 102600 rejected from function.ucwords by danbrown

[email protected] Thu, 24 Feb 2011 07:11:35 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: allan dot bahia at gmail dot com 

----

I found a problem with ucwords function.

$nome = 'RITA DE CÁSSIA';
$nome = ucwords(strtolower($nome)); 

// RETURNS: Rita de CÁssia

// the returns should be: Rita de Cássia

Anybody can help ?

Thanks!