Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Slim/Web/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down