diff --git a/Slim/Web/HTTP.pm b/Slim/Web/HTTP.pm index ba53443c6b..43cca71513 100644 --- a/Slim/Web/HTTP.pm +++ b/Slim/Web/HTTP.pm @@ -586,6 +586,7 @@ sub processHTTP { # representation of the unescaped # UTF-8 string into a "real" UTF-8 # string with the appropriate magic set. + $name = Slim::Utils::Unicode::utf8decode($name); if ($value ne '*') { $value = Slim::Utils::Unicode::utf8decode($value); }