I would say the problem is in static content encoding then.
Assuming the left menu and content is in the same file, try this:
echo 'Mitarbeiter Test Strange_Character' . '<br/>';
echo utf8_encode('Mitarbeiter Test Strange_Character') . '<br/>';
echo utf8_decode('Mitarbeiter Test Strange_Character') . '<br/>';
give us feedback
Regards
MARTIN
On 04/07/2010 03:35 PM, sebb86 wrote:
Martin, cricket
Hello,
Assume you are using mysql ------> yes
1) Make sure you have add this to database.php default array config:'encoding' =>
'utf8' ------> done
2) Make sure the table collation is utf (could be uft8_general_ci) ------> done
3) Make sure the table is empty ------> everything is ok with the data i save
or retrieve
SET NAMES 'utf8'; ------> yes, i use this option in when i insert data via
mysql, it works.
So, everything is alright with my database. UFT-8 works with my MySQL
database since i've added "encoding => utf8" to my database.php.
The problem appears on the other parts of the website. To exactly see
the problem, please look at my screenshot:
http://www.zshare.net/image/747107826f2db2a2/
On the screenshot, "green" is okay, "red" is a failure. The language
is german.
Thanks a lot for helping me!
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
To unsubscribe, reply using "remove me" as the subject.
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en