Opened 19 years ago
Closed 19 years ago
#2750 closed defect (fixed)
Mythweb music fails with genres containing scandinavic characters
| Reported by: | otto at kolsi dot fi | Owned by: | xris |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If MythMusic contains songs with genre that has scandinavic characters (e.g. "Iskelmä"), Mythweb music fails to handle this kind of genre.
When selecting Browse Music -> By Genre, this genre is correctly displayed in drop-down list. Then when it is selected from the list, next page shows "Browse >> Iskelm?" and the song list is empty.
This should be fairly simple to fix, unfortunately I'm quite unaware of Ajax/JavaScript/WebEncoding techniques.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.

Attached patch fixes this problem by using utf8_encode().