Hi,

Xavier Cazin wrote:
I'd like to know how to control output encoding of OGG comments. It seems from my log that characters above 128 are sent as "#"s... Can I alter this behaviour?

That's because we never call the convert_set_charset function (in utf8.h in ocaml-vorbis)... The default charset is "US-ASCII" and unknown characters are replaced by '#'.

I've added a set_charset function to ocaml-vorbis. David, could you use it to set the charset correctly in liquidsoap?

Thanks a lot for having reported this.

Cheers,

Samuel.

Reply via email to