465a466,481 > if (scalar @moods) { > # MIP returns mood names as UTF-8 even on windows, so we need to convert > for my $mood (@moods) { > > if ($isWin) { > > $mood = Slim::Utils::Unicode::utf8decode_guess( > $mood, Slim::Utils::Unicode::encodingFromString($mood), > ); > } > > # need conversion to the current charset. > $mood = Slim::Utils::Unicode::utf8encode_locale($mood); > } > } >