CC-2838: Character encoding errors with telnet'ing show name to Liquidsoap

-enforce UTF-8
This commit is contained in:
martin 2011-09-18 19:39:36 -04:00
parent 904c53c449
commit 15f91ca0e1
1 changed files with 1 additions and 0 deletions

View File

@ -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,