g613 / asterisk-cdr-viewer

Simple and fast viewer for asterisk CDRs / recordings
54 stars 33 forks source link

Support for Cyrillic (Unicode) #34

Closed Zeratyl06 closed 7 years ago

Zeratyl06 commented 7 years ago

Please implement support for Cyrillic (Unicode) when working with data from the database.

g613 commented 7 years ago

just uncoment / $db_options = array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"); /

in config.inc.php