Mnyb;642598 Wrote:
> Yes it is 7.6
Can you edit the perl? If so could you try:
Code:
--------------------
--- Slim/Control/XMLBrowser.pm (revision 32804)
+++ Slim/Control/XMLBrowser.pm (working copy)
@@ -440,12 +440,13 @@
) {
if ( $i =~ /(?:\d+)?_(.+)/ ) {
- $search = uri_unescape($1);
+ $search =
Slim::Utils::Unicode::utf8on(uri_unescape($1));
}
# Rewrite the URL if it was a search request
if ( $subFeed->{type} && $subFeed->{type} eq 'search' && defined $search ) {
- $subFeed->{url} =~
s/{QUERY}/$search/g;
+ my $encoded =
URI::Escape::uri_escape_utf8($search);
+ $subFeed->{url} =~
s/{QUERY}/$encoded/g;
}
# Setup passthrough args
--------------------
--
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=51929
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins