[
https://issues.apache.org/jira/browse/OPENMEETINGS-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15593933#comment-15593933
]
Maxim Solodovnik commented on OPENMEETINGS-1493:
------------------------------------------------
I believe you should ask questions in mailing lists
JIRA is for bugs
I'm using mysql and properly works with cyrillic characters
The query used is like this:
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
> Cyrillic encoding
> -----------------
>
> Key: OPENMEETINGS-1493
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1493
> Project: Openmeetings
> Issue Type: Task
> Affects Versions: 3.1.3
> Environment: Centos 7
> Reporter: nikolay
> Assignee: Maxim Solodovnik
>
> Hi,
> Openmeetings 3.1.3 has been installed on Centos 7.
> MariaDB was created by command - CREATE DATABASE om313 DEFAULT CHARACTER SET
> 'utf8'.
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)