I tried Screenly-OSE.
When I view a Japanese page, it is displayed in Chinese font.
I am having the same problem as just described on this site.
What can I do to view the page in Japanese font?
raspberry pi 3B+ Bullseye 32bit
I installed Screenly-OSE with “bash <(curl -sL https://install-ose.srly.io)”.
I set the locale to ja_JP.UTF-8.
When I connect with ssh, correct Japanese is displayed.
I had helped someone before with similar issue, but his was chinese fonts.
But, it work the same, here is the github issue, you should read it and when you rebuild the containers with the japanese font package included, it should work just like it did for me and that person.
then you go into the Pi console, edit the ./screenly/docker/Dockerfile.viewer file, add the package xfonts-shinonome or whichever other font package you know will include the japanese ones you need, then edit the ./screenly/bin/upgrade_containers.sh script and replace the up -d parameters with the build on the last line similar to how I showed on that github issue screenshot (keep in mind that was a version of docker-compose with the whole command being one word, and now we use docker compose which is a different newer version and parameters are diff). This will rebuild the screenly viewer and have support for the japanese fonts.