(30-May-2021, 04:40 AM)Aliaksandr Zeliankouski Wrote: Hi,
Since this problem has not been solved for me yet, maybe this will help solve it. In the log file of the minimserver installed on Snakeoil, the Platform default charset is ISO-8859-1, while the minimserver on Synology NAS has Platform default charset is UTF-8. Can I change the default charset without reinstalling Snakeoil?
Can you modify /var/www/players/minimserver/start.sh
#!/bin/bash
LC_ALL="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" /opt/minimserver/bin/startd
exit 0
(You can change en_US to another region). Now restart minimserver, does it work for you now?
Also, what version of Ubuntu are you using? Even with 16.04 I'm already on UTF8 I believe. 8859-1 I believe is ASCII which hasn't really been used in a long time.