On 2.6 was alright, but when I switched to 2.9, and try to write something to the DB, I'm getting something like
on the web it looks like usual,
- DB encoding is utf8_general_ci
- cakephp is on UTF-8 like always.
When I try to insert some string manually, I'm getting odd characters on my web site
How can I solve this?