Hi,
I'm running subsonic with tomcat + apache on linux and it all works fine, except that I have some character set issues. It's a typical UTF-8/ISO-8859-1 problem, but I can't find the underlying cause.
System locale is en_US.UTF-8 and the html source correctly identifies itself as UTf-8.
One thing that comes to mind is that this could be coming directly from the ID3-tag, does subsonic convert such info to UTF-8 first or is it just delivered to the browser?
Any ideas ?
edit:
Just a small clarification, these problems only occur in song titles / information. All special characters like '()æøå#!" etc show as question marks.
edit2:
I just tested something, if I change the tags on the song(s) in question, they behave just fine.. Is it possible for subsonic to read those tags in whatever format they are and convert it to UTF-8 before passing it to the browser ?