all are well?
So, is the following:
CakePHP 1.3.11
MySQL 5.1
Apache 2.2
PHP 5.3
Charset / Collate the database created for the application:
utf8
utf8_general_ci
app / config / database.php
'encoding' => 'utf8'
charset of all files:
utf8
The problem? When I try to save, for example:
"Currículo"
I got in return
"CurrÃculo"
Where is the problem?
Note: locally on my notebook, the application works correctly, even saving incorrectly, that is, even saving "Currículo" CakePHP when the bank takes the data, they are presented correctly, BUT when passing it to the client server, appeared in the same way in the database.
It really is very strange.