CC-2838: Character encoding errors with telnet'ing show name to Liquidsoap
-enforce UTF-8
This commit is contained in:
parent
904c53c449
commit
15f91ca0e1
|
@ -45,6 +45,7 @@ def output_to(output_type, type, bitrate, host, port, pass, mount_point, url, de
|
|||
end
|
||||
output = output.icecast(host = host,
|
||||
port = port,
|
||||
encoding = "UTF-8",
|
||||
password = pass,
|
||||
mount = mount_point,
|
||||
fallible = true,
|
||||
|
|
Loading…
Reference in New Issue