I'm having trouble sending song info with special characters (Spanish characters like á é ó ñ) to the Icecast's status-json.xsl file (Icecast V2). As you can see in the file attached the characters are not rendered properly.
Attachment:
File comment: Special characters issue
Special-characters-issue.jpg [ 197.56 KiB | Viewed 1466 times ]
I've tried with an older version of SAM (4.9.1) and the characters are sent properly and they render fine on any web application.
Is there any way to address this issue? I've tried adding the tag
Code:
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
but it seems that this is not something related to the page itself due that the information comes with errors from the json file.
Any help will be greatly appreciated.