Openfire Support Language

Hi Expert

I created one chat room as a test which the room name , the description and the topics are in the other language(Arabic). after stop and start the openfire service ,the related fields is changed to ??? … I already configured Arabic language from Regional and Language menu from control panel but the problem still exist…my windows server is 2012 R2.

I see the rooms name in spark as ??? .

may you please assist me .

Thanks in advance

Capture.PNG

in openfire.xml.

Should be

<serverURL>jdbc:mysql://localhost:3306/avmcdb?rewriteBatchedStatements=true&amp;characterEncoding=UTF-8</serverURL>

After modifying this line and restart openfire, everything works well.

Hello, Thanks for reporting the fix. Do you believe there is a bug with Openfire’s saving of this setting?

Hi…Its better to replace line with :

<serverURL>jdbc:mysql://localhost:3306/avmcdb?rewriteBatchedStatements=true&amp;characterEncoding=UTF-8</serverURL>

actually its not bug…