Many thanks to all for the help J
This issue fixed. Solution: Before creating local DB change the /etc/my.cnf.d/server.cnf file: [mysqld] ... skip-character-set-client-handshake collation-server=utf8_unicode_ci character-set-server=utf8 Then ... create the local DB: CREATE DATABASE om313 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; That's all. From: Yakovlev N. [mailto:[email protected]] Sent: Monday, October 24, 2016 9:02 AM To: [email protected] Subject: Cyrillic encoding Openmeetings 3.1.3 Hi, Openmeetings 3.1.3 has been installed on Centos 7. MariaDB was created by command - DB has been recreated with "CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci". LANG="ru_RU.UTF-8" is used as locale on Centos 7. All records in MariaDB have symbols ???????? instead of russian ones. If I change the records in DB directly (manually) all russian DB-fields look in OM web interface correctly. I think something is wrong by recording data into MariaDB. Where? Whether anybody knows where is problem? Thanks. Regards Nikolay
