Ticket #6368: mythbrowser-encoding.patch

File mythbrowser-encoding.patch, 486 bytes (added by otto at kolsi dot fi, 15 years ago)
  • mythbrowser/mythbrowser/mythbrowser.cpp

     
    193193            !sUrl.startsWith("file:/") )
    194194        sUrl.prepend("http://");
    195195
    196     activeBrowser()->LoadPage(QUrl(sUrl));
     196    activeBrowser()->LoadPage(QUrl::fromEncoded(sUrl.toLocal8Bit()));
    197197}
    198198
    199199void MythBrowser::slotZoomOut()