ID: 14117
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Strings related
Operating System: Win98/Linux-Conectiva
PHP Version: 4.0.6
New Comment:
Thanks.
The setlocale('LC_ALL','pt_BR'); works in perfect way.
And sorry annoy you.
Previous Comments:
ID: 14117
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Strings related
Operating System: Win98/Linux-Conectiva
PHP Version: 4.0.6
New Comment:
Then it's a locale problem, check the url posted by sander.
Derick
Previous Comments:
---
ID: 14117
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Strings related
Operating System: Win98/Linux-Conectiva
PHP Version: 4.0.6
New Comment:
str='AÇÃO';
$str->str=ucwords(strtolower($str->str));
print("1: $str->str ");
?>
This is what I
ID: 14117
Updated by: jpm
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Strings related
Operating System: Win98/Linux-Conectiva
PHP Version: 4.0.6
New Comment:
Not a bug -> bogus.
But yeah, if you think thats not the case, please tell us what you would expect.
Previous Comments:
ID: 14117
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Bogus
Bug Type: Strings related
Operating System: Win98/Linux-Conectiva
PHP Version: 4.0.6
New Comment:
Your script is buggy. You're using the original string (str1) to ucwords.
ucwords() will not lowercase an
ID: 14117
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Strings related
Operating System: Win98/Linux-Conectiva
PHP Version: 4.0.6
New Comment:
You should set the correct locale (see
http://www.php.net/manual/en/function.setlocale.php)
If that's n