Hello Blackjack!
1 Please attach screenshot with the issue
2 Specify what instruction you followed to install Onlyoffice.
French encoding
Re: French encoding
Hi Maxim,
here are my screenshots and i installed it with this manual: https://helpcenter.onlyoffice.com/de/se ... ation.aspx
Best regards
Michael
here are my screenshots and i installed it with this manual: https://helpcenter.onlyoffice.com/de/se ... ation.aspx
Best regards
Michael
- Attachments
-
- should be Ä, O, Ü, ....
- Bildschirmfoto 2018-01-22 um 09.34.19.png (144.1 KiB) Viewed 2134 times
-
- should be ONLYOFFICE TM
- Bildschirmfoto 2018-01-22 um 09.34.54.png (7.08 KiB) Viewed 2134 times
Re: French encoding
Hi Maxim,
here are the requested screenshots, the instruction i followed was https://helpcenter.onlyoffice.com/de/se ... ation.aspx
thanks
Michael
here are the requested screenshots, the instruction i followed was https://helpcenter.onlyoffice.com/de/se ... ation.aspx
thanks
Michael
- Attachments
-
- German Characters.jpg (55.29 KiB) Viewed 2134 times
-
- TM Sign
- TM Sign.jpg (9.26 KiB) Viewed 2134 times
Re: French encoding
Hello Blackjack!
Thank you for provided info we will try to reproduce your issue.
Maybe i will need some additional information from you.
Thank you for provided info we will try to reproduce your issue.
Maybe i will need some additional information from you.
Re: French encoding
Hello,
Updated Community server to latest version today but issue still remain...
Anyone have an idea ?
Updated Community server to latest version today but issue still remain...
Anyone have an idea ?
Re: French encoding
Sorry for previous post, I've solved the issue !
Found this page : https://helpcenter.onlyoffice.com/fr/se ... oting.aspx
Then do this resolved french encoding problems :
Thanks to only Office Team, great job 
Found this page : https://helpcenter.onlyoffice.com/fr/se ... oting.aspx
Then do this resolved french encoding problems :
Code: Select all
1. change the system encoding using the following commands:
sudo locale-gen en_US en_US.UTF-8
sudo dpkg-reconfigure locales
sudo reboot
2. update the language database so that it displayed correctly:
mysql -u root -p
select textValue from res_data where cultureTitle='ru' limit 1;
delete from res_data;
source /var/www/onlyoffice/Sql/onlyoffice.resources.sql
exit
service monoserve restart
You will need to change the cultureTitle to your language name instead of 'ru'.

Re: French encoding
Hello NeoPhil!
Great job!
Great job!
