Madsonic doesn't index titles with Japanese in them

Need help? Post your questions here.
SlappyWhite
Posts: 1
Joined: 24 Sep 2016, 14:22
Has thanked: 0
Been thanked: 0

Madsonic doesn't index titles with Japanese in them

Unread post by SlappyWhite »

I don't get how anyone manages to use Madsonic daily when it can't seem to deal with utf8 encoded text with the default config. The web interface won't even bother to show me albums that have Japanese titles.

Is there anything I as a user can do about this beyond making sure Madsonic runs in an environment with the appropriate env vars set?

EDIT
For posterity, making sure you're running with the right env vars set will solve this after all. I finally got it working with

Code: Select all

LC_ALL="en_US.UTF-8"
LANGUAGE="en_US.UTF-8"
LANG="en_US:en"
So, nothing to see here.
Post Reply