Opened 17 years ago
Closed 17 years ago
#6368 closed defect (fixed)
MythBrowser and special characters in URLs
| Reported by: | otto at kolsi dot fi | Owned by: | paulh |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythBrowser | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
MythBrowser is unable to correctly open link from the MythNews RSS feed article if the link contains non-ascii characters. One example of this kind of feed is http://www.hs.fi/uutiset/rss/
Attached patch fixes the issue. I've verified that with the patch applied, URLs containing non-ascii characters still work through MythBookmarkManager -> MythBrowser.
However, there's another LoadPage() call in mythbrowser.cpp in slotAddTab() method. I'm not sure if this needs changing also or does it work correctly as is.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | mythbrowser-encoding.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [20475]) Fix MythBrowser not working with URLs containing non ascii characters. Patch from Otto. Closes #6368.