Good day, Phalcon is not correctly displaying Russian text from database. Displays some characters = ???????????
Example:
Config.php:
How to fix this problem?
I found a bug. WebDev by default creates the configuration files without a charset. Need to add services.php:
"options" => array( PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8' )